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 e30d0ef commit 7679a9cCopy full SHA for 7679a9c
.travis.yml
@@ -1,13 +1,28 @@
1
+dist: trusty
2
sudo: false
3
4
language: node_js
5
+
6
node_js:
7
- "4"
8
- "5"
9
- "6"
10
- "7"
11
- "8"
12
13
+git:
14
+ depth: 1
15
16
+branches:
17
+ only:
18
+ - master
19
+ - /^greenkeeper/.*$/
20
21
+cache:
22
+ directories:
23
+ - $HOME/.npm
24
+ - node_modules
25
26
before_script:
27
- node --version
28
- npm --version
0 commit comments