Skip to content

Commit 8dbcc70

Browse files
author
Sven
committed
chore: ci
1 parent 676640a commit 8dbcc70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
sudo: false
2+
dist: trusty
23
language: node_js
34
node_js:
45
- "6"
56

67
cache:
7-
yarn: true
88
directories:
99
- node_modules
1010

1111
script:
12-
- yarn lint
13-
- yarn build
12+
- npm run lint
13+
- npm run build
1414

0 commit comments

Comments
 (0)