Skip to content

Commit ab0c4b6

Browse files
committed
fix travis
1 parent f88b585 commit ab0c4b6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- 6
4+
- 8
55

66
cache:
77
directories:
88
- node_modules
99

1010
script:
11-
- typings install
12-
- npm run transpile
11+
- yarn transpile
1312

1413
deploy:
1514
provider: npm

0 commit comments

Comments
 (0)