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

Commit e2eb9e9c by sdepold

fixed test command

1 parent bb7a1fe5
Showing with 1 additions and 2 deletions
...@@ -3,8 +3,7 @@ before_script: ...@@ -3,8 +3,7 @@ before_script:
- "psql -c 'create database sequelize_test;' -U postgres" - "psql -c 'create database sequelize_test;' -U postgres"
script: script:
- "node_modules/.bin/jasmine-node spec-jasmine" - "npm test"
- "node_modules/.bin/buster test"
notifications: notifications:
email: email:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!