Skip to content

Commit

Permalink
Build: Update the Travis Node.js version
Browse files Browse the repository at this point in the history
Node.js 0.10 is not supported anymore and Node 6 is an LTS.
  • Loading branch information
mgol committed Aug 23, 2017
1 parent 40f16c5 commit 264da8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- '0.10'
- '6'
env:
global:
- secure: "uU9pJ7IjebsIjCft0G47GUW4TTQyVRjt9G2iIsbw1Jfyi8RnjDumOEMRRieFDUYWR5faM9FuixVwFKYolEfmY7TxU0I1J5Lmbak5YUb4ELWFpQ83Ydk2oHHxlX7SEHxOsj1Y42IoMyych4cgf3iKRSc0Kx5KptpXH+yQgqQIZ6M="
Expand Down

0 comments on commit 264da8c

Please sign in to comment.