diff options
author | chriseth <c@ethdev.com> | 2017-01-03 20:58:54 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2017-01-03 20:58:54 +0800 |
commit | 941b5fd928899f3d1b3f2cd14c008deb6825d807 (patch) | |
tree | caef3c842dc006d60eb23c9810f8eba1eb3b01dc /.travis.yml | |
parent | af8bc1c9087dd6fcf8fd81bd8aef25431f176143 (diff) | |
download | dexon-solidity-941b5fd928899f3d1b3f2cd14c008deb6825d807.tar.gz dexon-solidity-941b5fd928899f3d1b3f2cd14c008deb6825d807.tar.zst dexon-solidity-941b5fd928899f3d1b3f2cd14c008deb6825d807.zip |
Require stable nodejs for deployment.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2160d175..820125cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,6 +71,7 @@ matrix: dist: trusty sudo: required compiler: gcc + node_js: stable services: - docker before_install: |