Update .travis.yml

This commit is contained in:
Henry Zhu 2016-02-16 18:13:32 -05:00
parent f117721251
commit edc91849cb

View File

@ -1,9 +1,10 @@
--- ---
git: git:
depth: 1 depth: 1
sudo: false
language: node_js language: node_js
node_js: node_js:
- '0.12' - "0.10"
- 'io.js' - "0.12"
- '4' - "4"
- '5' - "5"