Skip to content

Commit f0d8c06

Browse files
Add initial .travis.yml file
1 parent c89d436 commit f0d8c06

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
sudo: false
2+
language: node_js
3+
4+
node_js:
5+
- "5.1"
6+
7+
os:
8+
-osx
9+
-linux
10+
11+
install:
12+
- npm install

0 commit comments

Comments
 (0)