Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit ca7aa91

Browse files
committed
Cy 3.1.0, package lock
1 parent a86db6b commit ca7aa91

File tree

4 files changed

+10446
-3
lines changed

4 files changed

+10446
-3
lines changed

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
save-exact=true
2+
package-lock=true

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ language: node_js
22
cache:
33
directories:
44
- ~/.npm
5-
- node_modules
5+
- ~/.cache
66
notifications:
77
email: true
88
node_js:
99
- '8'
1010
before_script:
11-
- npm prune
11+
- npm ci
1212
script:
1313
- npm run lint
1414
- npm test -- --record

0 commit comments

Comments
 (0)