Skip to content

Commit b765753

Browse files
Adds automatic Travis CI builds.
1 parent c4e3e82 commit b765753

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
sudo: false
2+
language: node_js
3+
cache: npm
4+
node_js:
5+
- 4
6+
- 6
7+
- 7
8+
matrix:
9+
fast_finish: true

0 commit comments

Comments
 (0)