chore: remove v0.10 from Travis CI (#540)

This version of Node was already unsupported as of ShellJS v0.7
This commit is contained in:
Nate Fischer 2016-11-01 00:36:07 -07:00 committed by GitHub
parent 1dbca24444
commit 459d54b1da

View File

@ -1,7 +1,6 @@
language: c++
sudo: false
env:
- NODE_VERSION="0.10"
- NODE_VERSION="0.11"
- NODE_VERSION="0.12"
- NODE_VERSION="iojs-v1"
@ -12,10 +11,6 @@ env:
- NODE_VERSION="6"
- NODE_VERSION="7"
matrix:
allow_failures:
- NODE_VERSION="0.10"
# keep this blank to make sure there are no before_install steps
before_install: