Skip to content

Commit 49fc11b

Browse files
committed
Update .travis.yml
- Update node.js versions to latest and lts - Cache node_modules - Add linting check to CI
1 parent 76c754e commit 49fc11b

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.travis.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
language: node_js
2+
23
node_js:
3-
- v5
4-
- v4
4+
- node
5+
- lts/*
6+
7+
cache:
8+
directories:
9+
- "node_modules"
10+
11+
script:
12+
- npm run check-lint
13+
- npm test

0 commit comments

Comments
 (0)