Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 73e5f09

Browse files
committed
Change Nette Tester Travis executable to PHP
1 parent 77e4e70 commit 73e5f09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@ php:
66
- 5.5
77
- 5.6
88
- hhvm
9+
- hhvm-nightly
910

1011
matrix:
1112
allow_failures:
1213
- php: hhvm
14+
- php: hhvm-nightly
1315

1416
before_script:
1517
- composer self-update
1618
- composer install --no-interaction --prefer-source --dev
1719
- composer require jakub-onderka/php-console-highlighter 0.3
1820

1921
script:
20-
- ./vendor/bin/tester tests
22+
- ./vendor/bin/tester -p php tests
2123
- ./parallel-lint --exclude vendor --exclude tests/examples --no-colors .
2224
- ./parallel-lint --exclude vendor --exclude tests/examples .

0 commit comments

Comments
 (0)