Skip to content

Commit

Permalink
Fixed directory in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Feb 7, 2014
1 parent eff74c3 commit 89f9f0e
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 @@ -23,7 +23,7 @@ install:
# basic application:
- composer install --dev --prefer-dist -d apps/basic
- cd apps/basic && composer require --dev codeception/codeception:1.8.*@dev codeception/specify:* codeception/verify:*
- cd apps/basic && php vendor/bin/codecept build && cd ../..
- php vendor/bin/codecept build && cd ../..
- cd apps && php -S localhost:8080 &

before_script:
Expand Down

0 comments on commit 89f9f0e

Please sign in to comment.