aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-04-19 00:52:01 +0800
committerchriseth <chris@ethereum.org>2017-04-25 22:47:44 +0800
commitcdc64e3cbb23fc6b5fc7792966b2491d308175a3 (patch)
treee7b395dc1b594cee83777857adee91a0f59e9efa /.travis.yml
parent38211fdc255a7a8cc55a6af18a47c8dd04ddd8a9 (diff)
downloaddexon-solidity-cdc64e3cbb23fc6b5fc7792966b2491d308175a3.tar.gz
dexon-solidity-cdc64e3cbb23fc6b5fc7792966b2491d308175a3.tar.zst
dexon-solidity-cdc64e3cbb23fc6b5fc7792966b2491d308175a3.zip
Use fixed binary for eth.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 1bf8ffe5..d947707c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,8 +60,6 @@ matrix:
dist: trusty
sudo: required
compiler: gcc
- before_install:
- - docker pull ethereum/client-cpp
env:
- ZIP_SUFFIX=ubuntu-trusty
- SOLC_STOREBYTECODE=On
@@ -70,8 +68,6 @@ matrix:
dist: trusty
sudo: required
compiler: clang
- before_install:
- - docker pull ethereum/client-cpp
env:
- ZIP_SUFFIX=ubuntu-trusty-clang
- SOLC_STOREBYTECODE=On