Skip to content

Commit b0100d2

Browse files
committed
fix: ci issue
1 parent 48b4291 commit b0100d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- lts
3+
- lts/*
44
- node
55
addons:
66
firefox: latest
@@ -9,7 +9,7 @@ cache:
99
- node_modules
1010
before_script:
1111
- npm install -g lerna typescript
12-
- npm run clean
12+
- npm install
1313
- lerna bootstrap
1414
script:
1515
- npm run build

0 commit comments

Comments
 (0)