Skip to content

Commit 11ac1d6

Browse files
committed
fix: Upgrade module dependencies
1 parent ece92af commit 11ac1d6

3 files changed

Lines changed: 2995 additions & 5411 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ cache:
66
notifications:
77
email: false
88
node_js:
9+
- '12'
910
- '10'
1011
- '8'
1112
- '6'
1213
before_install:
1314
- npm i -g npm
1415
after_success:
15-
- npm run coverage
16-
- npm run travis-deploy-once "npm run semantic-release"
16+
- test `node --version | cut -c 2` -eq 8 && npm run coverage
17+
- npx semantic-release
1718
branches:
1819
except:
1920
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)