diff options
author | chriseth <c@ethdev.com> | 2017-02-09 17:21:08 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2017-02-09 17:21:08 +0800 |
commit | 753e104cbcb0627300d1891f87fcd00b83950f46 (patch) | |
tree | f7f9065a9c7b0b4e38cbc22062fca663b6725588 /.travis.yml | |
parent | 4c8d818826efa3274eb8ceab32e6dd655545617d (diff) | |
download | dexon-solidity-753e104cbcb0627300d1891f87fcd00b83950f46.tar.gz dexon-solidity-753e104cbcb0627300d1891f87fcd00b83950f46.tar.zst dexon-solidity-753e104cbcb0627300d1891f87fcd00b83950f46.zip |
Use nodejs 6
Diffstat (limited to '.travis.yml')
-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: |