Skip to content

Commit

Permalink
Fix travis scrript.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrabarus committed Jan 19, 2016
1 parent 6bc8f0a commit a2ad082
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ services:
- mysql
- redis-server

script: ./vendor/bin/phpunit

before_script:
#MySQL database init
- mysql -uroot -e "CREATE DATABASE IF NOT EXISTS test;"
Expand Down

0 comments on commit a2ad082

Please sign in to comment.