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.
2 parents 1d33cf2 + ba2be1b commit 9564047Copy full SHA for 9564047
.DS_Store
-6 KB
.travis.yml
@@ -1,11 +1,24 @@
1
language: node_js
2
node_js: node
3
sudo: false
4
+
5
+notifications:
6
+ email: false
7
8
+before_install:
9
+ - npm install -g greenkeeper-lockfile@1
10
11
+before_script:
12
+ - greenkeeper-lockfile-update
13
+ - npm prune
14
15
script:
- - npm test
16
- npm run build
- - mkdir coverage
17
- npm run cover
- - npm run codecov
18
- npm run lint
- - npm run duplication-limit
19
+ - npm run duplication -- --limit=0.01
20
21
+after_success:
22
+ - npm prune --production
23
+ - npm run semantic-release
24
+ - greenkeeper-lockfile-upload
0 commit comments