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

Commit b61f637

Browse files
committed
bug #281 Fixed tests for PHP 5.4 on Travis CI (javiereguiluz)
This PR was merged into the 1.0-dev branch. Discussion ---------- Fixed tests for PHP 5.4 on Travis CI Commits ------- 9a4cb1b Fixed tests for PHP 5.4 on Travis CI
2 parents 97a8868 + 9a4cb1b commit b61f637

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)