Skip to content

Commit 1de8211

Browse files
committed
build: move to npm from yarn
1 parent 3ee7e8d commit 1de8211

File tree

4 files changed

+13247
-8150
lines changed

4 files changed

+13247
-8150
lines changed

.travis.yml

+3-18
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,19 @@
11
language: node_js
22

3-
env:
4-
global:
5-
- FORCE_COLOR=1
6-
73
node_js:
84
- "node"
95
- "lts/*"
106

11-
install:
12-
- yarn
13-
14-
cache:
15-
directories:
16-
- "node_modules"
17-
- ~/.npm
18-
19-
notifications:
20-
email: false
21-
227
jobs:
238
include:
249
- stage: test
2510
script:
26-
- yarn test
11+
- npm test
2712
after_success:
2813
- bash <(curl -s https://codecov.io/bash)
2914
- stage: release
3015
script:
31-
- npm run release
16+
- npx semantic-release
3217
after_sucess: skip
3318

3419
stages:
@@ -38,4 +23,4 @@ stages:
3823

3924
branches:
4025
except:
41-
- /^v\d+\.\d+\.\d+$/
26+
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)