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 bafe1f6 commit bf1f6f9Copy full SHA for bf1f6f9
.travis.yml
@@ -1,22 +1,13 @@
1
language: php
2
-matrix:
3
- include:
4
- - php: 5.3
5
- dist: precise
6
- - php: 5.4
7
- dist: trusty
8
- - php: 5.5
9
10
- - php: 5.6
11
12
- - php: 7.0
13
14
- - php: 7.1
15
16
- - php: 7.2
17
18
- - php: nightly
19
+
+php:
+ - 5.4
+ - 5.5
+ - 5.6
+ - 7.0
+ - 7.1
+ - 7.2
+ - nightly
20
21
before_script:
22
- composer install
composer.json
@@ -12,7 +12,7 @@
}
],
"require": {
- "php": ">=5.3.0",
+ "php": ">=5.4.0",
"ext-gd": "*",
"ext-fileinfo": "*"
},
0 commit comments