Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

Commit 2eaf22b

Browse files
author
Andrey Okonetchnikov
committed
fix: Fix CI build
1 parent f3acf67 commit 2eaf22b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
language: node_js
2-
cache:
3-
directories:
4-
- node_modules
2+
cache: yarn
53
node_js:
6-
- 9
4+
- '10'
75
after_success:
86
- npm install --no-save semantic-release
97
- npx travis-deploy-once "semantic-release"

0 commit comments

Comments
 (0)