Skip to content

Commit

Permalink
Properly adding moving to test directoyr
Browse files Browse the repository at this point in the history
  • Loading branch information
phayes committed Dec 2, 2014
1 parent fde48d9 commit 89e641d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ install:
# TODO optionally set up a postgis database for testing

script:
- cd tests && phpunit --verbose --colors --stderr tests
- cd tests && php tests.php
- cd tests
- phpunit --verbose --colors --stderr tests
- php tests.php

# run tests on the following versions
php:
Expand Down

0 comments on commit 89e641d

Please sign in to comment.