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 6993560 commit 48cf6baCopy full SHA for 48cf6ba
.travis.yml
@@ -1,20 +1,11 @@
1
language: node_js
2
cache:
3
- yarn: true
4
directories:
5
- node_modules
6
-
7
node_js:
8
- "10"
9
- "8"
10
- "6"
11
12
-install:
13
- - npm install
14
15
-script:
16
- - npm run test
17
18
deploy:
19
provider: npm
20
email: $NPM_EMAIL
@@ -23,6 +14,5 @@ deploy:
23
on:
24
tags: true
25
node: "8"
26
27
after_success:
28
- npm run coverall
0 commit comments