Skip to content

Commit aacefb8

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

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
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
14+
15+
before_script:
16+
- npm ls css-loader
17+
- npm ls typescript

0 commit comments

Comments
 (0)