mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-19 06:19:27 +00:00
node < 0.10 fails travis build => remove 0.6 & 0.8
from travis.yml
This commit is contained in:
parent
4402a7d817
commit
bd14b4d23e
1 changed files with 0 additions and 2 deletions
|
|
@ -2,8 +2,6 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.11"
|
- "0.11"
|
||||||
- "0.10"
|
- "0.10"
|
||||||
- "0.8"
|
|
||||||
- "0.6"
|
|
||||||
before_script:
|
before_script:
|
||||||
- npm install
|
- npm install
|
||||||
after_script:
|
after_script:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue