Skip to content

Commit

Permalink
Fixing CLI and tests location in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jul 5, 2012
1 parent af5d8fb commit 1b69b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -20,6 +20,6 @@ before_script:
- mysql -e 'create database travis_test;'

script:
- ./vendor/doctrine/DoctrineORMModule/.travis/run-cli.sh
- cd vendor/doctrine/DoctrineORMModule/tests
- ./vendor/doctrine/doctrine-orm-module/.travis/run-cli.sh
- cd vendor/doctrine/doctrine-orm-module/tests
- phpunit

0 comments on commit 1b69b14

Please sign in to comment.