chore: configure Travis globally

This commit is contained in:
Julien Fontanet
2017-01-10 17:51:31 +01:00
parent d548503590
commit 066072b22d
5 changed files with 1 additions and 27 deletions

9
.travis.yml Normal file
View File

@@ -0,0 +1,9 @@
language: node_js
node_js:
- stable
- 6
- 4
# Use containers.
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false