Skip to content

Commit

Permalink
backport fix for travis build to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Feb 14, 2015
1 parent 2b06984 commit c10834b
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 @@ -19,7 +19,7 @@ before_script:
- if [[ "$DB" == "pgsql" ]]; then psql -c "create database phpcr_tests;" -U postgres; fi
- php tests/generate_phpunit_config.php $DB

script: phpunit -c $DB.phpunit.xml
script: php vendor/bin/phpunit -c $DB.phpunit.xml

matrix:
allow_failures:
Expand Down

0 comments on commit c10834b

Please sign in to comment.