Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 4b55fa21
authored
Nov 10, 2014
by
Jan Aagaard Meier
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2553 from joshk/patch-1
Use the new beta build env on Travis
2 parents
c6982f2c
86c8afb2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
22 deletions
.travis.yml
.travis.yml
View file @
4b55fa2
before_script
:
-
"
mysql
-e
'create
database
sequelize_test;'"
-
"
psql
-c
'create
database
sequelize_test;'
-U
postgres"
language
:
node_js
script
:
-
"
make
test
"
node_js
:
-
"
0.10
"
notifications
:
hipchat
:
-
40e8850aaba9854ac4c9963bd33f8b@253477
irc
:
-
"
chat.freenode.net#sequelizejs"
sudo
:
false
cache
:
directories
:
-
node_modules
env
:
-
DB=mysql DIALECT=mysql
...
...
@@ -18,30 +16,32 @@ env:
-
DB=mysql DIALECT=sqlite
-
DB=mysql DIALECT=mariadb
language
:
node_js
addons
:
postgresql
:
"
9.3"
node_js
:
-
"
0.10"
before_script
:
-
"
mysql
-e
'create
database
sequelize_test;'"
-
"
psql
-c
'create
database
sequelize_test;'
-U
postgres"
script
:
-
"
make
test"
branches
:
only
:
-
master
-
1.7.0
cache
:
directories
:
-
node_modules
matrix
:
fast_finish
:
true
include
:
-
node_js
:
"
0.10"
env
:
COVERAGE=true
allow_failures
:
-
node_js
:
"
0.10"
env
:
COVERAGE=true
addons
:
postgresql
:
"
9.3"
\ No newline at end of file
notifications
:
hipchat
:
-
40e8850aaba9854ac4c9963bd33f8b@253477
irc
:
-
"
chat.freenode.net#sequelizejs"
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment