Skip to content

Commit 6e81a50

Browse files
committed
Add nightly versions of PHP and HHVM
1 parent 7417955 commit 6e81a50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ cache:
99
matrix:
1010
include:
1111
- php: 7.1
12+
- php: nightly
1213
- php: hhvm
1314
dist: trusty
15+
- php: hhvm-nightly
16+
dist: trusty
1417

1518
before_install:
1619
- travis_retry composer self-update
@@ -20,7 +23,7 @@ install:
2023
- travis_retry composer install --prefer-dist --no-interaction
2124

2225
before_script:
23-
- if [[ $TRAVIS_PHP_VERSION = hhvm ]]; then echo hhvm.php7.all=1 >> /etc/hhvm/php.ini; fi
26+
- if [[ $TRAVIS_PHP_VERSION = hhvm* ]]; then echo hhvm.php7.all=1 >> /etc/hhvm/php.ini; fi
2427

2528
script:
2629
- vendor/bin/phpcs

0 commit comments

Comments
 (0)