Skip to content

Commit

Permalink
fix cache install in ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed May 16, 2019
1 parent 7554926 commit 64bc349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ script:
- ccache -z
- ccache -s
- if [ "$TARGET" = "linux64" ] || [ "$TARGET" = "linuxarmv6l" ] || [ "$TARGET" = "linuxarmv7l" ]; then
wget http://mirrors.kernel.org/ubuntu/pool/main/c/ccache/ccache_3.3.4-1_amd64.deb;
wget https://mirror.fccn.pt/repos/pub/ubuntu/pool/main/c/ccache/ccache_3.3.4-1_amd64.deb;
sudo dpkg -i ccache_3.3.4-1_amd64.deb;
fi
- if [ "$TARGET" = "osx" ] && [ "$OPT" = "makefiles" ]; then
Expand Down

0 comments on commit 64bc349

Please sign in to comment.