diff options
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 |