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 8b74183 commit fc06bb6Copy full SHA for fc06bb6
.travis.yml
@@ -6,17 +6,21 @@ node_js:
6
- 6
7
- 5
8
9
+before_install: yarn global add greenkeeper-lockfile@1
10
+before_script: greenkeeper-lockfile-update
11
+
12
script:
13
- npm run test
14
- npm run build
15
16
+after_script: greenkeeper-lockfile-upload
17
+after_success: 'npm run coveralls'
18
19
notifications:
20
email:
21
on_success: change
22
on_failure: always
23
-after_success: 'npm run coveralls'
-
24
#cache:
25
# directories:
26
# - node_modules
0 commit comments