We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bdf24 commit c781ff5Copy full SHA for c781ff5
.gitignore
@@ -2,3 +2,4 @@
2
coverage
3
node_modules
4
npm-debug.log
5
+package-lock.json
.travis.yml
@@ -11,12 +11,15 @@ node_js:
11
- "5.12"
12
- "6.11"
13
- "7.10"
14
+ - "8.4"
15
sudo: false
16
dist: precise
17
cache:
18
directories:
19
- node_modules
20
before_install:
21
+ # Skip updating shrinkwrap / lock
22
+ - "npm config set shrinkwrap false"
23
# Setup Node.js version-specific dependencies
24
- "test $TRAVIS_NODE_VERSION != '0.6' || npm rm --save-dev nyc"
25
- "test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev nyc"
0 commit comments