Skip to content

Commit fe39a9b

Browse files
committed
Run CI with both latest and frozen dependencies
1 parent 3d6d78c commit fe39a9b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
language: node_js
2+
23
node_js:
34
- "10"
5+
46
branches:
57
only:
68
- master
9+
10+
jobs:
11+
include:
12+
- install: npm ci
13+
- install: npm install --no-shrinkwrap

0 commit comments

Comments
 (0)