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

Commit 4b55fa21 by Jan Aagaard Meier

Merge pull request #2553 from joshk/patch-1

Use the new beta build env on Travis
2 parents c6982f2c 86c8afb2
Showing with 21 additions and 22 deletions
before_script: language: node_js
- "mysql -e 'create database sequelize_test;'"
- "psql -c 'create database sequelize_test;' -U postgres"
script: node_js:
- "make test" - "0.10"
notifications: sudo: false
hipchat:
- 40e8850aaba9854ac4c9963bd33f8b@253477 cache:
irc: directories:
- "chat.freenode.net#sequelizejs" - node_modules
env: env:
- DB=mysql DIALECT=mysql - DB=mysql DIALECT=mysql
...@@ -18,30 +16,32 @@ env: ...@@ -18,30 +16,32 @@ env:
- DB=mysql DIALECT=sqlite - DB=mysql DIALECT=sqlite
- DB=mysql DIALECT=mariadb - DB=mysql DIALECT=mariadb
language: node_js addons:
postgresql: "9.3"
before_script:
- "mysql -e 'create database sequelize_test;'"
- "psql -c 'create database sequelize_test;' -U postgres"
node_js: script:
- "0.10" - "make test"
branches: branches:
only: only:
- master - master
- 1.7.0 - 1.7.0
cache:
directories:
- node_modules
matrix: matrix:
fast_finish: true fast_finish: true
include: include:
- node_js: "0.10" - node_js: "0.10"
env: COVERAGE=true env: COVERAGE=true
allow_failures: allow_failures:
- node_js: "0.10" - node_js: "0.10"
env: COVERAGE=true env: COVERAGE=true
addons: notifications:
postgresql: "9.3" hipchat:
\ No newline at end of file - 40e8850aaba9854ac4c9963bd33f8b@253477
irc:
- "chat.freenode.net#sequelizejs"
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!