marko/.travis.yml
Zephraph 756da98030 Use new travis infrastructure
Travis upgraded its infrastructure which allows CI tests to be ran in docker containers. The result is faster tests. 

To use it you just have to specify `sudo: false` in the travis CI.
2015-10-15 20:55:58 -04:00

8 lines
84 B
YAML

sudo: false
node_js:
- "0.10"
- "0.12"
- "4.1"
language: node_js
script: "npm test"