mirror of
https://github.com/shelljs/shelljs.git
synced 2026-01-25 16:07:37 +00:00
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:
parent
1dbca24444
commit
459d54b1da
@ -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:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user