Skip to content

Commit

Permalink
Modified travis file to run tests in php-tests
Browse files Browse the repository at this point in the history
	modified:   .travis.yml
  • Loading branch information
niden committed Nov 29, 2012
1 parent af01fb0 commit 53f06e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,13 @@ before_script:
- psql -U postgres phalcon_test -q -f unit-tests/schemas/postgresql/phalcon_test.sql
- sqlite3 /tmp/phalcon_test.sqlite < unit-tests/schemas/sqlite/phalcon_test.sql
- chmod +x unit-tests/ci/run_script.sh
- chmod +x php-tests/ci/run_script.sh

script: sudo ./unit-tests/ci/run_script.sh
script: sudo ./php-tests/ci/run_script.sh

notifications:
email:
- andres@phalconphp.com
- eduar@phalconphp.com
- nikos@niden.net

0 comments on commit 53f06e2

Please sign in to comment.