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 366333d4
authored
Sep 05, 2016
by
Jan Aagaard Meier
Committed by
GitHub
Sep 05, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Let's try appveyor + bash
1 parent
9986f33a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
appveyor.yml
appveyor.yml
View file @
366333d
...
@@ -12,9 +12,6 @@ cache:
...
@@ -12,9 +12,6 @@ cache:
-
node_modules
-
node_modules
environment
:
environment
:
global
:
COVERALLS_REPO_TOKEN
:
751SiA6QhY5EH4P2ygq7JFWulqiD2ETXO
COVERALLS_PARALLEL
:
true
matrix
:
matrix
:
-
{
NODE_VERSION
:
4
,
DIALECT
:
mssql
}
-
{
NODE_VERSION
:
4
,
DIALECT
:
mssql
}
-
{
NODE_VERSION
:
6.3
,
DIALECT
:
mssql
,
COVERAGE
:
true
}
-
{
NODE_VERSION
:
6.3
,
DIALECT
:
mssql
,
COVERAGE
:
true
}
...
@@ -26,7 +23,6 @@ install:
...
@@ -26,7 +23,6 @@ install:
$pkg.devDependencies.PSObject.Properties.Remove('sqlite3')
$pkg.devDependencies.PSObject.Properties.Remove('sqlite3')
$pkg.devDependencies.PSObject.Properties.Remove('pg-native')
$pkg.devDependencies.PSObject.Properties.Remove('pg-native')
ConvertTo-Json $pkg | Out-File package.json -Encoding UTF8
ConvertTo-Json $pkg | Out-File package.json -Encoding UTF8
-
npm install -g node-gyp
-
npm install
-
npm install
build
:
off
build
:
off
...
@@ -37,8 +33,5 @@ before_test:
...
@@ -37,8 +33,5 @@ before_test:
test_script
:
test_script
:
-
'
IF
"%COVERAGE%"
==
"true"
(npm
run
ci-coverage)
ELSE
(npm
test)'
-
'
IF
"%COVERAGE%"
==
"true"
(npm
run
ci-coverage)
ELSE
(npm
test)'
notifications
:
after_test
:
-
provider
:
Webhook
-
bash <(curl -s https://codecov.io/bash)
url
:
https://coveralls.io/webhook?repo_token=751SiA6QhY5EH4P2ygq7JFWulqiD2ETXO
on_build_success
:
true
on_build_failure
:
true
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