Skip to content

Commit

Permalink
re-enable full travis build and selenium tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmunro committed Jul 18, 2017
1 parent 50301ba commit d630a26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ php:
- '7.1'

# run the phpunit tests, then the selenium tests
#script: cd tests/phpunit && /usr/local/bin/phpunit && cd ../selenium && sh ./runall.sh && cd ../../
script: cd tests/phpunit && /usr/local/bin/phpunit && cd ../../
script: cd tests/phpunit && /usr/local/bin/phpunit && cd ../selenium && sh ./runall.sh && cd ../../
#script: cd tests/phpunit && /usr/local/bin/phpunit && cd ../../

# the unit tests need a DB setup, the selenium tests do not
env:
#- DB=mysql
- DB=mysql
- DB=postgresql
#- DB=sqlite
- DB=sqlite

# install and configure everything
before_install:
Expand Down

0 comments on commit d630a26

Please sign in to comment.