Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remojansen committed Jun 28, 2016
1 parent 1985eae commit 716a74a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: node_js
node_js:
- 'stable'
- '5.4.1'
- '5.4.0'
- '5.3.0'
- '5.2.0'
- '5.1.1'
- '0.12'
before_install:
- npm install -g typings
- typings install

0 comments on commit 716a74a

Please sign in to comment.