Skip to content
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Commit 9a4cb1b

Browse files
committed
Fixed tests for PHP 5.4 on Travis CI
1 parent 97a8868 commit 9a4cb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ before_install:
2424

2525
install:
2626
- composer install
27-
- php box build
27+
- ~/.phpenv/versions/5.6/bin/php box build
2828

2929
script:
3030
- phpunit

0 commit comments

Comments
 (0)