diff options
author | chriseth <c@ethdev.com> | 2016-08-02 04:45:21 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-08-02 04:45:50 +0800 |
commit | 1445284a785898f676ba1c9dddd199618297e6c3 (patch) | |
tree | ffbe6caef83e4426971ff5733f6ea8657c2da546 /.travis.yml | |
parent | 1753c258a3e8e8669083ae593283999390f60d90 (diff) | |
download | dexon-solidity-1445284a785898f676ba1c9dddd199618297e6c3.tar.gz dexon-solidity-1445284a785898f676ba1c9dddd199618297e6c3.tar.zst dexon-solidity-1445284a785898f676ba1c9dddd199618297e6c3.zip |
Build emscripten in build-emscripten to separate cache.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 1c65de56..2ec5bf46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,12 +5,6 @@ # # http://solidity.readthedocs.org # -# TODO - Merge with .travis.yml file which currently lives in the root of -# webthree-umbrella, but actually contains the automation for the Solidity -# Emscripten build, which will also need consolidating into here somehow. -# -# See https://github.com/ethereum/webthree-umbrella/blob/develop/.travis.yml -# # ------------------------------------------------------------------------------ # This file is part of cpp-ethereum. # @@ -75,6 +69,7 @@ cache: ccache: true directories: - build + - build-emscripten - boost_1_57_0 - jsoncpp - cryptopp |