Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot authored Sep 4, 2019
1 parent 9dedda1 commit 6a9f227
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: php

php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3

before_script:
- travis_retry composer self-update
Expand All @@ -17,4 +15,4 @@ script:
before_install:
- pip install --user codecov
after_success:
- codecov
- codecov

0 comments on commit 6a9f227

Please sign in to comment.