不要怂,就是干,撸起袖子干!

Commit 220674df by Mick Hansen

Try having travis run coveralls instead of test

1 parent b3b879b9
Showing with 2 additions and 2 deletions
...@@ -3,7 +3,7 @@ before_script: ...@@ -3,7 +3,7 @@ before_script:
- "psql -c 'create database sequelize_test;' -U postgres" - "psql -c 'create database sequelize_test;' -U postgres"
script: script:
- "make test" - "make coveralls"
notifications: notifications:
email: email:
...@@ -30,7 +30,7 @@ branches: ...@@ -30,7 +30,7 @@ branches:
only: only:
- master - master
- milestones/2.0.0 - milestones/2.0.0
cache: cache:
directories: directories:
- node_modules - node_modules
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!