不要怂,就是干,撸起袖子干!

Commit fa0a1278 by Sushant

build: get rid of yarn and duplicate builds

1 parent 2ef16b5c
Showing with 3 additions and 11 deletions
...@@ -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:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!