Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(.travis): run npm run server_dev instead of npm run test on travi…
Browse files Browse the repository at this point in the history
…s build
  • Loading branch information
Metnew committed Aug 6, 2017
1 parent 633ae22 commit 9cf0c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ install:
- npm install -g codecov
- "npm install"
script:
- "npm run db & npm run test"
- "npm run server_dev & npm run test"
after_script:
- codecov

0 comments on commit 9cf0c8a

Please sign in to comment.