Skip to content

Commit

Permalink
Fixing filename typo in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phayes committed Dec 2, 2014
1 parent 89e641d commit 0b4193a
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 @@ -15,7 +15,7 @@ install:
script:
- cd tests
- phpunit --verbose --colors --stderr tests
- php tests.php
- php test.php

# run tests on the following versions
php:
Expand Down

0 comments on commit 0b4193a

Please sign in to comment.