diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-07-11 23:15:03 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-11-21 22:24:20 +0800 |
commit | 119aa107da56a0d94d7c1c58cf4f21ae8039b791 (patch) | |
tree | 63e514d71440de05954f85e7e9bb3fd93681f1e6 /.circleci/config.yml | |
parent | d3f66ca0fab130e801b012bd192e1e8e97fb3761 (diff) | |
download | dexon-solidity-119aa107da56a0d94d7c1c58cf4f21ae8039b791.tar.gz 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 '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 0980fa5c..975d1c7a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,7 +53,7 @@ jobs: name: Save Boost build key: *boost-cache-key paths: - - boost_1_57_0 + - boost_1_67_0 - store_artifacts: path: build/libsolc/soljson.js destination: soljson.js |