Skip to content

Commit

Permalink
Removed nightly version builds as dependencies don't support it
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiquet committed Sep 25, 2019
1 parent 757d134 commit 1447cb6
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
Expand Up @@ -2,10 +2,9 @@ language: php
php:
- '5.6'
- '7.0'
- nightly

before_script:
composer install

script:
./vendor/phpunit/phpunit/phpunit
./vendor/phpunit/phpunit/phpunit

0 comments on commit 1447cb6

Please sign in to comment.