Skip to content

Commit

Permalink
Missing semicolon?
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Mar 31, 2013
1 parent 21ba866 commit 2e8556f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
before_install: before_install:
- cp config/database.yml.travis config/database.yml - cp config/database.yml.travis config/database.yml
before_script: before_script:
- mysql -e 'create database typo_test' - mysql -e 'create database typo_test;'
- psql -c 'create database typo_test' -U postgres - psql -c 'create database typo_test;' -U postgres
script: script:
- bundle exec rake db:migrate test - bundle exec rake db:migrate test

0 comments on commit 2e8556f

Please sign in to comment.