diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-02-06 23:17:23 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-02-07 01:07:34 +0800 |
commit | 53c71c8be3ee6caa2f93d0745f2131d1ff6e3ff4 (patch) | |
tree | 9b5fb5c01e2ebbfe5864908c3a98d2a296fa586c /.travis.yml | |
parent | 3cbdafcfe947eafef7b8f6bbafd06f769261ae28 (diff) | |
download | dexon-solidity-53c71c8be3ee6caa2f93d0745f2131d1ff6e3ff4.tar.gz dexon-solidity-53c71c8be3ee6caa2f93d0745f2131d1ff6e3ff4.tar.zst dexon-solidity-53c71c8be3ee6caa2f93d0745f2131d1ff6e3ff4.zip |
Require node.js >= 5
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index d4b37f20..c31d9b2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ # You should have received a copy of the GNU General Public License # along with solidity. If not, see <http://www.gnu.org/licenses/> # -# (c) 2016 solidity contributors. +# (c) 2016-2017 solidity contributors. #------------------------------------------------------------------------------ language: cpp @@ -73,7 +73,7 @@ matrix: dist: trusty sudo: required compiler: gcc - node_js: stable + node_js: "5" services: - docker before_install: |