Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Dec 30, 2017
1 parent 97f5702 commit bc17614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ before_install:
install:
- composer install
before_script:
- if [ $DB_TYPE = 'mysql' ]; then mysql -e 'create database psx;'; fi;
- if [ $DB_TYPE = 'pgsql' ]; then psql -c 'create database psx;' -U postgres; fi;
- if [ $DB = 'mysql' ]; then mysql -e 'create database psx;'; fi;
- if [ $DB = 'pgsql' ]; then psql -c 'create database psx;' -U postgres; fi;
script:
- vendor/bin/phpunit
env:
Expand Down

0 comments on commit bc17614

Please sign in to comment.