Skip to content

Commit 0c9fda4

Browse files
committed
Fix syntax error when using a trailing ampersand
1 parent bb7c86b commit 0c9fda4

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
@@ -10,7 +10,7 @@ matrix:
1010
- php: 5.6
1111
- php: hhvm
1212
before_script:
13-
- if [[ "$TRAVIS_PHP_VERSION" != "5.3" ]]; then php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &; fi
13+
- if [[ "$TRAVIS_PHP_VERSION" != "5.3" ]]; then sh -c "php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &"; fi
1414
script:
1515
- php -l src/*
1616
- if [[ "$TRAVIS_PHP_VERSION" != "5.3" ]]; then cd tests && phpunit --configuration phpunit.xml; fi

0 commit comments

Comments
 (0)