Skip to content

Commit

Permalink
Switch to Travis container-based infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalduez committed Jul 27, 2015
1 parent b5eda29 commit c90c47d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: node_js

node_js:
- '0.10'

before_script:
- npm install -g mocha
- npm install -g mocha

sudo: false

0 comments on commit c90c47d

Please sign in to comment.