Skip to content

Commit

Permalink
Fixed the the CI database commands
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadghazali committed Apr 3, 2013
1 parent 9116409 commit b71e6d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ machine:

database:
override:
- cd test/; mysql -u ubuntu circle_test < circle_test.sql
- cd test/; mysql -u ubuntu circle_test < eoab_test.sql

test:
override:
- cd test/; npm install --dev; npm test
- cd test/; npm install --dev; npm test

0 comments on commit b71e6d2

Please sign in to comment.