Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
auchenberg committed Nov 21, 2016
1 parent af2ccde commit c6e6abb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
@@ -0,0 +1,12 @@
language: node_js

node_js:
- "6.1"

before_script:
- npm install -g gulp
- npm install -g typings
- typings install

script:
- gulp test

0 comments on commit c6e6abb

Please sign in to comment.