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 8658915 commit 079e4f6Copy full SHA for 079e4f6
2 files changed
.circleci/config.yml
.travis.yml
@@ -0,0 +1,14 @@
1
+dist: trusty
2
+sudo: false
3
+language: node_js
4
+node_js:
5
+ - 9
6
+
7
+before_install: npm install -g greenkeeper-lockfile@1
8
+before_script: greenkeeper-lockfile-update
9
+# Only the node version 6 job will upload the lockfile
10
+after_script: greenkeeper-lockfile-upload
11
12
+cache:
13
+ directories:
14
+ - "node_modules"
0 commit comments