Browse Source

Update Travis config

shalvah 5 years ago
parent
commit
d318033920
1 changed files with 3 additions and 10 deletions
  1. 3 10
      .travis.yml

+ 3 - 10
.travis.yml

@@ -1,9 +1,8 @@
 language: php
 
 php:
-  - 7.2.0
-  - 7.1.3
-  - 7.0.0
+  - 7.3
+  - 7.2
 
 env:
   - PREFER_LOWEST=""
@@ -13,16 +12,10 @@ jobs:
   include:
     - script: composer lint
       name: "Lint code"
-      php: 7.2.0
+      php: 7.3
       env: PREFER_LOWEST=""
 
 script: composer test-ci
 before_script:
   - travis_retry composer self-update
   - travis_retry composer update --no-interaction --prefer-dist $PREFER_LOWEST
-
-before_install:
-  - pip install --user codecov
-
-after_success:
-  - codecov