Skip to content

Commit 40f005e

Browse files
committed
feat(First): First published version
The goal here is to make the project accessible via npm
1 parent 7730a59 commit 40f005e

3 files changed

Lines changed: 40 additions & 22528 deletions

File tree

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)