Skip to content

Commit 5e41556

Browse files
committed
travis: added --short-arrays, removed HHVM nightly
1 parent b4e0d6d commit 5e41556

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ php:
55
- 5.6
66
- 7.0
77
- hhvm
8-
- hhvm-nightly
98

109
env:
1110
- PHP_BIN=php
@@ -15,18 +14,14 @@ matrix:
1514
allow_failures:
1615
- php: 7.0
1716
- php: hhvm
18-
- php: hhvm-nightly
1917

2018
exclude:
2119
- php: hhvm
2220
env: PHP_BIN=php-cgi
2321

24-
- php: hhvm-nightly
25-
env: PHP_BIN=php-cgi
26-
2722
script:
2823
- vendor/bin/tester -p $PHP_BIN tests -s
29-
- php code-checker/src/code-checker.php
24+
- php temp/code-checker/src/code-checker.php --short-arrays
3025

3126
after_failure:
3227
# Print *.actual content
@@ -35,4 +30,4 @@ after_failure:
3530
before_script:
3631
# Install Nette Tester & Code Checker
3732
- composer install --no-interaction --prefer-source
38-
- composer create-project nette/code-checker code-checker ~2.3 --no-interaction --prefer-source
33+
- composer create-project nette/code-checker temp/code-checker ~2.5 --no-interaction --prefer-source

0 commit comments

Comments
 (0)