Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenglish7 authored Feb 4, 2018
1 parent 1b47afb commit 26db9a8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
cache:
directories:
- vendor
- $HOME/.cache/composer
language: php
php:
- 5.6.33
- 7.0.27
- 7.1.13
# - 7.1.14
- 7.2.1
# - 7.2.2
- nightly
os:
- windows
Expand All @@ -30,3 +25,7 @@ script:
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_success:
- travis_retry php coveralls.phar -v
cache:
directories:
- vendor
- $HOME/.cache/composer

0 comments on commit 26db9a8

Please sign in to comment.