Skip to content

Commit

Permalink
Set up DB stuff for Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jan 28, 2014
1 parent 696c460 commit ecdda19
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ perl:
- "5.18"
- "5.16"
- "5.14"

env: LYSTYNG_DB_HOST=localhost LYSTYNG_DB_NAME=lystyng LYSTYNG_DB_USER=travis LYSTYNG_DB_PASS=

before_script:
- mysql -e 'create database lystyng;'
- mysql -D lystyng < db/lystyng.sql

0 comments on commit ecdda19

Please sign in to comment.