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 f9bcd45 commit 5c0cff1Copy full SHA for 5c0cff1
.nvmrc
@@ -0,0 +1 @@
1
+v8.9.4
.travis.yml
@@ -1,12 +1,10 @@
language: node_js
2
-node_js:
3
- - "4"
4
cache:
5
directories:
6
- node_modules
7
before_install:
8
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJfU1RBQ0tfVVNFUk5BTUU9aW1wcm9iYWJsZWVuZ2JvdDEK`
9
- - true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJfU1RBQ0tfQUNDRVNTX0tFWT1xTGJxUjE2azhqdFducVh2RmlvZwo=`
+ - true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJfU1RBQ0tfQUNDRVNTX0tFWT1SRG1Cc2pwQUJ4RlljcEVkeVp5bwo=`
10
install: npm install
11
script:
12
- - npm run test
+ - npm run test
0 commit comments