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 819e8eb + 0405a8c commit 7f52996Copy full SHA for 7f52996
.npmignore
@@ -3,6 +3,7 @@ __tests__/*
3
.circleci/*
4
coverage/*
5
.npmignore
6
+.travis.yml
7
.gitignore
8
.gitattributes
9
.github_changelog_generator
.travis.yml
@@ -0,0 +1,29 @@
1
+language: node_js
2
+os: linux
+
+jobs:
+ include:
+ - stage: test
+ node_js: lts/*
+ node_js: node
10
11
+notifications:
12
+ email:
13
+ on_success: never
14
+ on_failure: change
15
16
+branches:
17
+ only:
18
+ - master
19
+ - "/^greenkeeper/.*$/"
20
21
+git:
22
+ depth: 10
23
24
+dist: trusty
25
26
+sudo: false
27
28
+stages:
29
+ - test
0 commit comments