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 dad7932 commit e223aa7Copy full SHA for e223aa7
.travis.yml
@@ -1,22 +1,15 @@
1
language: php
2
3
-dist: trusty
4
-
5
php:
6
- 7.0
7
- 7.1
8
- - nightly
9
10
-matrix:
11
- allow_failures:
12
- - php:
13
+ - 7.2
14
15
cache:
16
directories:
17
- $HOME/.composer/cache
18
19
-before_script:
+install:
20
- composer install --no-interaction
21
22
script:
0 commit comments