1
0
mirror of https://github.com/danog/gift.git synced 2024-11-26 20:04:47 +01:00

Update .travis.yml

Add node.js v4.2(LTS) as env
This commit is contained in:
Peter Dave Hello 2015-11-16 21:58:47 +08:00
parent 1d7cf1cf1e
commit 35e9e60aa2

View File

@ -7,6 +7,7 @@ node_js:
- "0.12"
- "4.0.0"
- "4.1.1"
- "4.2"
install:
- "npm install -g npm@1.4.28"