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.
This commit is contained in:
Zephraph 2015-10-15 20:55:58 -04:00
parent 93eef25dbc
commit 756da98030

View File

@ -1,3 +1,4 @@
sudo: false
node_js:
- "0.10"
- "0.12"