File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
- php :
4
- - 5.6
5
- - 7.0
6
- - 7.1
7
-
8
3
sudo : false
9
4
10
5
cache :
13
8
14
9
matrix :
15
10
include :
11
+ - php : 7.1
16
12
- php : hhvm
17
13
dist : trusty
18
14
@@ -23,6 +19,9 @@ install:
23
19
- travis_retry composer require --dev --no-update squizlabs/php_codesniffer
24
20
- travis_retry composer install --prefer-dist --no-interaction
25
21
22
+ before_script :
23
+ - if [[ $TRAVIS_PHP_VERSION = hhvm ]]; then echo hhvm.php7.all=1 >> /etc/hhvm/php.ini; fi
24
+
26
25
script :
27
26
- vendor/bin/phpcs
28
27
- vendor/bin/phpunit --coverage-text --exclude-group integration
Original file line number Diff line number Diff line change 15
15
"sort-packages" : true
16
16
},
17
17
"require" : {
18
- "php" : " ^5.6 || ^7.0" ,
19
- "paragonie/random_compat" : " ^2.0"
18
+ "php" : " ^7.1"
20
19
},
21
20
"require-dev" : {
22
21
"guzzlehttp/guzzle" : " ~5.0" ,
You can’t perform that action at this time.
0 commit comments