Use Travis container-based infrastructure

This option add a few restrictions (in particular `sudo` is disabled)
but makes the process quicker to start and to execute.
This commit is contained in:
Maxime Quandalle 2015-09-18 17:58:41 +02:00
parent ece7354b0c
commit cd9a1094ea

View file

@ -1,3 +1,4 @@
sudo: false
language: node_js
node_js:
- "0.10.40"