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 5ddbe47c
authored
Oct 21, 2012
by
Sascha Depold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
separated builds for each dialect
1 parent
a59c409e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
.travis.yml
package.json
.travis.yml
View file @
5ddbe47
...
...
@@ -3,14 +3,17 @@ before_script:
-
"
psql
-c
'create
database
sequelize_test;'
-U
postgres"
script
:
-
"
npm
test"
-
"
npm
run
test-buster-travis"
-
"
npm
run
test-jasmine"
notifications
:
email
:
-
sascha@depold.com
env
:
-
DB=mysql
-
DB=mysql DIALECT=mysql
-
DB=mysql DIALECT=postgres
-
DB=mysql DIALECT=sqlite
language
:
node_js
...
...
package.json
View file @
5ddbe47
...
...
@@ -49,6 +49,7 @@
"test"
:
"npm run test-jasmine && npm run test-buster"
,
"test-jasmine"
:
"./node_modules/.bin/jasmine-node spec-jasmine/"
,
"test-buster"
:
"npm run test-buster-mysql && npm run test-buster-postgres && npm run test-buster-sqlite"
,
"test-buster-travis"
:
"./node_modules/.bin/buster-test"
,
"test-buster-mysql"
:
"DIALECT=mysql ./node_modules/.bin/buster-test"
,
"test-buster-postgres"
:
"DIALECT=postgres ./node_modules/.bin/buster-test"
,
"test-buster-sqlite"
:
"DIALECT=sqlite ./node_modules/.bin/buster-test"
,
...
...
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