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 9a153965
authored
Sep 05, 2016
by
Jan Aagaard Meier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix CI scripts and README.md badge
1 parent
460ae00a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
.travis.yml
README.md
appveyor.yml
.travis.yml
View file @
9a15396
...
@@ -40,7 +40,7 @@ before_script:
...
@@ -40,7 +40,7 @@ before_script:
-
"
psql
sequelize_test
-c
'create
extension
postgis;'
-U
postgres"
-
"
psql
sequelize_test
-c
'create
extension
postgis;'
-U
postgres"
script
:
script
:
-
"
if
[
$COVERAGE
];
then
npm
run
c
overalls
;
else
npm
run
test;
fi"
-
"
if
[
$COVERAGE
];
then
npm
run
c
i-coverage
;
else
npm
run
test;
fi"
matrix
:
matrix
:
include
:
include
:
...
...
README.md
View file @
9a15396
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
[

](https://travis-ci.org/sequelize/sequelize)
[

](https://travis-ci.org/sequelize/sequelize)
[

](https://ci.appveyor.com/project/felixfbecker/sequelize/branch/master)
[

](https://ci.appveyor.com/project/felixfbecker/sequelize/branch/master)
[

](https://coveralls.io/github/sequelize/sequelize?branch=master
)
[

](https://codecov.io/gh/sequelize/sequelize
)
[

](https://www.bountysource.com/teams/sequelize/issues?utm_source=Sequelize&utm_medium=shield&utm_campaign=bounties_received)
[

](https://www.bountysource.com/teams/sequelize/issues?utm_source=Sequelize&utm_medium=shield&utm_campaign=bounties_received)
[

](http://sequelize.slack.com)
[

](http://sequelize.slack.com)
[

](https://www.npmjs.com/package/sequelize)
[

](https://www.npmjs.com/package/sequelize)
...
...
appveyor.yml
View file @
9a15396
...
@@ -34,7 +34,7 @@ before_test:
...
@@ -34,7 +34,7 @@ before_test:
-
ps
:
. .\appveyor-setup.ps1
-
ps
:
. .\appveyor-setup.ps1
test_script
:
test_script
:
-
'
IF
"%COVERAGE%"
==
"true"
(npm
run
c
overalls
)
ELSE
(npm
test)'
-
'
IF
"%COVERAGE%"
==
"true"
(npm
run
c
i-coverage
)
ELSE
(npm
test)'
notifications
:
notifications
:
-
provider
:
Webhook
-
provider
:
Webhook
...
...
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