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 a47b45a commit 1a4a10fCopy full SHA for 1a4a10f
.nvmrc
@@ -1 +1 @@
1
-v8.11.3
+15.5.1
.travis.yml
@@ -3,9 +3,7 @@ cache:
3
directories:
4
- ~/.npm
5
node_js:
6
- - '10'
7
- - '9'
8
- - '8'
+ - '14'
9
install:
10
- npm install -g codecov
11
- npm install
@@ -14,6 +12,5 @@ after_success:
14
12
branches:
15
13
only:
16
- master
17
- - /^greenkeeper/.*$/
18
except:
19
- /^v\d+\.\d+\.\d+$/
0 commit comments