Skip to content

Commit 58405ed

Browse files
Merge pull request #123 from DustinCampbell/add-travis-ci
Add initial .travis.yml file
2 parents c89d436 + f0d8c06 commit 58405ed

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)