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 9a527834
authored
Aug 29, 2017
by
Sushant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(travis): handle deploy failure, reduce time taken for sqlite
1 parent
5ad62ee3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
.travis.yml
.travis.yml
View file @
9a52783
...
@@ -58,10 +58,10 @@ jobs:
...
@@ -58,10 +58,10 @@ jobs:
node_js
:
4
node_js
:
4
env
:
POSTGRES_VER=postgres-95 DIALECT=postgres-native COVERAGE=true
env
:
POSTGRES_VER=postgres-95 DIALECT=postgres-native COVERAGE=true
-
stage
:
tests
-
stage
:
tests
node_js
:
6
node_js
:
8
env
:
DIALECT=sqlite
env
:
DIALECT=sqlite
-
stage
:
tests
-
stage
:
tests
node_js
:
8
node_js
:
6
env
:
DIALECT=sqlite
env
:
DIALECT=sqlite
-
stage
:
docs
-
stage
:
docs
node_js
:
6
node_js
:
6
...
@@ -80,4 +80,4 @@ jobs:
...
@@ -80,4 +80,4 @@ jobs:
-
TRAVIS_JOB_NUMBER=WORKAROUND.1
-
TRAVIS_JOB_NUMBER=WORKAROUND.1
script
:
script
:
-
npm run lint
-
npm run lint
-
'
if
[
"${TRAVIS_PULL_REQUEST}"
=
"false"
]
&&
[
"${TRAVIS_BRANCH}"
=
"master"
];
then
npm
run
semantic-release;
fi'
-
'
if
[
"${TRAVIS_PULL_REQUEST}"
=
"false"
]
&&
[
"${TRAVIS_BRANCH}"
=
"master"
];
then
npm
run
semantic-release;
fi
||
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