Skip to content

Commit

Permalink
Try mysql for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Apr 13, 2016
1 parent db83fae commit 4def8b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .env.testing
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ FILESYSTEM_DISK=local
# --------------------------------------------
# REQUIRED: DATABASE SETTINGS
# --------------------------------------------
DB_CONNECTION=sqlite_testing
DB_CONNECTION=mysql
DB_HOST=localhost
DB_DATABASE=testing.sqlite
DB_USERNAME=null
DB_DATABASE=snipeit_unit
DB_USERNAME=travis
DB_PASSWORD=null

# --------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ before_script:

- phantomjs --webdriver=4444 &
- sleep 10
- touch database/testing.sqlite
- mysql -e "create database IF NOT EXISTS snipeit_unit;" -utravis
- composer self-update
- composer install -n --prefer-source
- cp .env.testing .env
Expand Down

0 comments on commit 4def8b7

Please sign in to comment.