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 fa0a1278
authored
Mar 26, 2019
by
Sushant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: get rid of yarn and duplicate builds
1 parent
2ef16b5c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
11 deletions
.travis.yml
.travis.yml
View file @
fa0a127
...
@@ -10,11 +10,10 @@ branches:
...
@@ -10,11 +10,10 @@ branches:
except
:
except
:
-
/^v\d+\.\d+\.\d+$/
-
/^v\d+\.\d+\.\d+$/
cache
:
yarn
cache
:
npm
install
:
install
:
-
npm install -g yarn
-
npm install
-
yarn
-
|-
-
|-
if [ "$TSC" = true ]; then npm run test-typings; fi
if [ "$TSC" = true ]; then npm run test-typings; fi
- |-
- |-
...
@@ -47,7 +46,7 @@ jobs:
...
@@ -47,7 +46,7 @@ jobs:
include
:
include
:
-
stage
:
test
-
stage
:
test
node_js
:
'
6'
node_js
:
'
6'
env
:
DIALECT=sqlite
env
:
DIALECT=sqlite
TSC=true
-
stage
:
test
-
stage
:
test
node_js
:
'
6'
node_js
:
'
6'
sudo
:
required
sudo
:
required
...
@@ -63,14 +62,7 @@ jobs:
...
@@ -63,14 +62,7 @@ jobs:
-
stage
:
test
-
stage
:
test
node_js
:
'
6'
node_js
:
'
6'
sudo
:
required
sudo
:
required
env
:
POSTGRES_VER=postgres-95 SEQ_PG_PORT=8990 DIALECT=postgres
-
stage
:
test
node_js
:
'
6'
sudo
:
required
env
:
POSTGRES_VER=postgres-95 SEQ_PG_PORT=8990 DIALECT=postgres-native
env
:
POSTGRES_VER=postgres-95 SEQ_PG_PORT=8990 DIALECT=postgres-native
-
stage
:
test
node_js
:
'
8'
env
:
DIALECT=sqlite COVERAGE=false TSC=true
-
stage
:
release
-
stage
:
release
node_js
:
'
8'
node_js
:
'
8'
script
:
script
:
...
...
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