Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit 5712153

Browse files
committed
Add Travis CI configuration
1 parent ef67b19 commit 5712153

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: node_js
2+
node_js:
3+
- '0.12'
4+
- iojs-v1.6
5+
sudo: false
6+
cache:
7+
directories:
8+
- node_modules

0 commit comments

Comments
 (0)