Skip to content

Commit 75a3cb5

Browse files
author
Albin Mattsson
committed
Add Travis configuration
This closes #108
1 parent 67fa3f8 commit 75a3cb5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: node_js
2+
osx_image: xcode7.3
3+
os:
4+
- osx
5+
node_js:
6+
- 6
7+
script:
8+
- npm test

0 commit comments

Comments
 (0)