Skip to content

Commit

Permalink
Fixed tabs in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Aug 17, 2014
1 parent 57b2996 commit ac9b479
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ script:
if (php --version | grep -i HipHop > /dev/null); then
echo "skipping application tests on HHVM"
else
cd apps/basic/web && php -S localhost:8080 > /dev/null 2>&1 &
PHPPID=$!
cd apps/basic/web && php -S localhost:8080 > /dev/null 2>&1 &
PHPPID=$!
cd ../tests && codecept run
kill -9 $PHPPID
kill -9 $PHPPID
cd ../../advanced && php -S localhost:8080 > /dev/null 2>&1 &
PHPPID=$!
cd tests && codecept run
kill -9 $PHPPID
PHPPID=$!
cd tests && codecept run
kill -9 $PHPPID
fi
after_script:
Expand Down

0 comments on commit ac9b479

Please sign in to comment.