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 a79eaaf commit 65e59a5Copy full SHA for 65e59a5
.travis.yml
@@ -1,16 +1,19 @@
1
language: php
2
-
3
sudo: false
+dist: trusty
4
5
env:
6
global:
7
- RUN_PHPCS="no"
8
- COMPOSER_FLAGS="--prefer-stable"
9
10
matrix:
11
+ fast_finish: true
12
include:
13
- php: 5.3
14
+ dist: precise
15
16
17
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
18
- php: 5.4
19
- php: 5.5
@@ -21,8 +24,10 @@ matrix:
21
24
# This empty flag removes the prefer-stable switch to cause dev dependencies to be installed
22
25
env: COMPOSER_FLAGS=""
23
26
- php: 7.1
27
+ - php: 7.2
28
- php: nightly
29
allow_failures:
30
31
32
33
before_script:
0 commit comments