Skip to content

Commit

Permalink
add travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rlidwka committed May 9, 2015
1 parent 721b1b5 commit b79b1d7
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:
- '0.10'
- '0.12'
- 'iojs-1'
- 'iojs-2'
- 'iojs'
sudo: true
before_install:
- sudo apt-get update -q
- sudo apt-get install -y libfann-dev
script: npm install . && npm test

0 comments on commit b79b1d7

Please sign in to comment.