Skip to content

Commit

Permalink
fix server path
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Mar 29, 2016
1 parent 8fce87f commit 8ea2168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
- composer require twig/twig ~1.16
before_script:
- if [ $DB = 'mysql' ]; then mysql -e 'create database psx;'; fi;
- ( if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php -S 127.0.0.1:8000 tests/PSX/Http/Server.php; fi; ) &
- ( if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php -S 127.0.0.1:8000 library/PSX/Http/Tests/Server.php; fi; ) &
- sleep 4
script:
- vendor/bin/phpunit
Expand Down

0 comments on commit 8ea2168

Please sign in to comment.