Skip to content

Commit 10a8767

Browse files
authored
Merge pull request #53 from voxsim/master
Add .travis.yml for CI
2 parents 8eb22a5 + 9928b30 commit 10a8767

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
language: node_js
3+
dist: trusty
4+
node_js:
5+
- 6
6+
- 8
7+
script:
8+
- node --version
9+
- yarn --version
10+
- yarn run test
11+
notifications:
12+
email:
13+
on_failure: change
14+
cache:
15+
yarn: true
16+
bundler: true
17+
directories:
18+
- node_modules

0 commit comments

Comments
 (0)