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 f3d4a0c commit 3688159Copy full SHA for 3688159
.travis.yml
@@ -1,17 +1,20 @@
1
language: php
2
3
-dist: precise
4
-
5
php:
6
- - 5.3
7
- - 5.4
8
- - 5.5
9
- 5.6
10
- 7.0
11
- 7.1
+ - 7.2
+
+sudo: false
+## Cache composer
12
+cache:
13
+ directories:
14
+ - $HOME/.composer/cache
15
16
before_script:
- - travis_retry composer install --no-interaction --prefer-source
17
+ - travis_retry composer install --no-interaction --prefer-dist
18
19
script:
20
- vendor/bin/phpunit
0 commit comments