We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53a770 commit 0c1c1beCopy full SHA for 0c1c1be
.travis.yml
@@ -2,11 +2,20 @@ language: php
2
3
php:
4
- 5.6
5
+ - 7.0
6
+ - nightly
7
-before_script:
- - COMPOSER_ROOT_VERSION=dev-master composer install --prefer-source
8
+sudo: false
9
-script: vendor/bin/phpunit --configuration build
10
+before_install:
11
+ - composer self-update
12
+
13
+install:
14
+ - travis_retry composer install --no-interaction --prefer-source
15
16
+script:
17
18
+ - vendor/bin/phpunit --configuration build
19
20
notifications:
21
email: false
0 commit comments