diff options
author | chriseth <chris@ethereum.org> | 2017-02-09 20:45:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-09 20:45:09 +0800 |
commit | 49b750a59287181dfff188de1e08f3a8e593c479 (patch) | |
tree | 86219c52655b0cdf2d15f632cf8dc637c95de85f | |
parent | 1b7bb371eec07590177d6af75a90a1e29f3f9d3f (diff) | |
parent | 753e104cbcb0627300d1891f87fcd00b83950f46 (diff) | |
download | dexon-solidity-49b750a59287181dfff188de1e08f3a8e593c479.tar dexon-solidity-49b750a59287181dfff188de1e08f3a8e593c479.tar.gz dexon-solidity-49b750a59287181dfff188de1e08f3a8e593c479.tar.bz2 dexon-solidity-49b750a59287181dfff188de1e08f3a8e593c479.tar.lz dexon-solidity-49b750a59287181dfff188de1e08f3a8e593c479.tar.xz dexon-solidity-49b750a59287181dfff188de1e08f3a8e593c479.tar.zst dexon-solidity-49b750a59287181dfff188de1e08f3a8e593c479.zip |
Merge pull request #1672 from ethereum/nodeversion
Use nodejs 6
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c31d9b2b..b642d947 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,7 +73,7 @@ matrix: dist: trusty sudo: required compiler: gcc - node_js: "5" + node_js: "6" services: - docker before_install: |