Skip to content

Commit

Permalink
update php version in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
musonza authored Feb 7, 2018
1 parent c2b22e4 commit ecfe17a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 7.0
- 7.1
- 7.2

Expand All @@ -14,4 +13,4 @@ sudo: false
install:
- if [[ $setup = 'basic' ]]; then travis_retry composer install --no-interaction --prefer-source; fi

script: vendor/bin/phpunit
script: vendor/bin/phpunit

0 comments on commit ecfe17a

Please sign in to comment.