We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7730a59 commit 40f005eCopy full SHA for 40f005e
3 files changed
.travis.yml
@@ -0,0 +1,20 @@
1
+language: node_js
2
+sudo: false
3
+notifications:
4
+ email:
5
+ recipients:
6
+ - tristan.wright@kitware.com
7
+ - sebastien.jourdain@kitware.com
8
+ on_success: change
9
+ on_failure: always
10
+cache:
11
+ directories:
12
+ - node_modules
13
+node_js:
14
+ - "4.1"
15
+before_install:
16
+ - npm run dep:travis
17
+script:
18
+ - npm run build:release
19
+after_success:
20
+ - npm run semantic-release
0 commit comments