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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
appveyor.yml
appveyor.yml
View file @
366333d
...
...
@@ -12,9 +12,6 @@ cache:
-
node_modules
environment
:
global
:
COVERALLS_REPO_TOKEN
:
751SiA6QhY5EH4P2ygq7JFWulqiD2ETXO
COVERALLS_PARALLEL
:
true
matrix
:
-
{
NODE_VERSION
:
4
,
DIALECT
:
mssql
}
-
{
NODE_VERSION
:
6.3
,
DIALECT
:
mssql
,
COVERAGE
:
true
}
...
...
@@ -26,7 +23,6 @@ install:
$pkg.devDependencies.PSObject.Properties.Remove('sqlite3')
$pkg.devDependencies.PSObject.Properties.Remove('pg-native')
ConvertTo-Json $pkg | Out-File package.json -Encoding UTF8
-
npm install -g node-gyp
-
npm install
build
:
off
...
...
@@ -36,9 +32,6 @@ before_test:
test_script
:
-
'
IF
"%COVERAGE%"
==
"true"
(npm
run
ci-coverage)
ELSE
(npm
test)'
notifications
:
-
provider
:
Webhook
url
:
https://coveralls.io/webhook?repo_token=751SiA6QhY5EH4P2ygq7JFWulqiD2ETXO
on_build_success
:
true
on_build_failure
:
true
after_test
:
-
bash <(curl -s https://codecov.io/bash)
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