aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-07-11 23:15:03 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-11-21 22:24:20 +0800
commit119aa107da56a0d94d7c1c58cf4f21ae8039b791 (patch)
tree63e514d71440de05954f85e7e9bb3fd93681f1e6 /.travis.yml
parentd3f66ca0fab130e801b012bd192e1e8e97fb3761 (diff)
downloaddexon-solidity-119aa107da56a0d94d7c1c58cf4f21ae8039b791.tar
dexon-solidity-119aa107da56a0d94d7c1c58cf4f21ae8039b791.tar.gz
dexon-solidity-119aa107da56a0d94d7c1c58cf4f21ae8039b791.tar.bz2
dexon-solidity-119aa107da56a0d94d7c1c58cf4f21ae8039b791.tar.lz
dexon-solidity-119aa107da56a0d94d7c1c58cf4f21ae8039b791.tar.xz
dexon-solidity-119aa107da56a0d94d7c1c58cf4f21ae8039b791.tar.zst
dexon-solidity-119aa107da56a0d94d7c1c58cf4f21ae8039b791.zip
Use emscripten 1.37.21 and boost 1.67.0 on both travis and circle.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ef4f8b39..d68c79ba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,7 +90,7 @@ matrix:
before_install:
- nvm install 8
- nvm use 8
- - docker pull trzeci/emscripten:sdk-tag-1.35.4-64bit
+ - docker pull trzeci/emscripten:sdk-tag-1.37.21-64bit
env:
- SOLC_EMSCRIPTEN=On
- SOLC_INSTALL_DEPS_TRAVIS=Off
@@ -153,7 +153,7 @@ git:
cache:
ccache: true
directories:
- - boost_1_57_0
+ - boost_1_67_0
- $HOME/.local
install: