diff options
author | chriseth <c@ethdev.com> | 2016-08-01 22:51:23 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-08-02 04:45:48 +0800 |
commit | 1753c258a3e8e8669083ae593283999390f60d90 (patch) | |
tree | 3be414e84ffacba2f4981a5146bd2efc8d372b9c /.travis.yml | |
parent | ec97d574b1000933ab7f869cf83217f8687eef25 (diff) | |
download | dexon-solidity-1753c258a3e8e8669083ae593283999390f60d90.tar.gz dexon-solidity-1753c258a3e8e8669083ae593283999390f60d90.tar.zst dexon-solidity-1753c258a3e8e8669083ae593283999390f60d90.zip |
Cache.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 18730138..1c65de56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,6 +74,7 @@ git: cache: ccache: true directories: + - build - boost_1_57_0 - jsoncpp - cryptopp |