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

Commit bc44a4d7 by Sascha Depold

travis. please use our new Makefile. you will love it.

1 parent 9248a299
Showing with 2 additions and 3 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:
- "npm run test-buster-travis" - "make test"
notifications: notifications:
email: email:
...@@ -18,4 +18,4 @@ env: ...@@ -18,4 +18,4 @@ env:
language: node_js language: node_js
node_js: node_js:
- 0.8 - 0.8
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!