Skip to content

Commit

Permalink
Fix travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
mtibben committed Apr 16, 2020
1 parent 5011110 commit b9240a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -5,14 +5,14 @@ matrix:
- php: 5.3
dist: precise
- php: 5.4
dist: trusty
- php: 5.5
dist: trusty
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: hhvm
allow_failures:
- php: hhvm
- php: 7.3

before_script:
- composer install

0 comments on commit b9240a3

Please sign in to comment.