Skip to content

Commit

Permalink
Fixes some potential travis config issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ewinslow committed Dec 3, 2012
1 parent 9133e96 commit a76ddae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
language: php language: php
phps: php:
- 5.3 - 5.3


branches: branches:
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
<phpunit bootstrap="./tests/phpunit/bootstrap.php"> <phpunit bootstrap="./engine/tests/phpunit/bootstrap.php">
<testsuites> <testsuites>
<testsuite name="All Tests"> <testsuite name="All Tests">
<directory>./engine/tests/phpunit/</directory> <directory>./engine/tests/phpunit/</directory>
Expand Down

0 comments on commit a76ddae

Please sign in to comment.