Skip to content

Commit

Permalink
travis: fix ccache install in linux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed Jun 4, 2019
1 parent 9b8b611 commit 24046a4
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 https://mirror.fccn.pt/repos/pub/ubuntu/pool/main/c/ccache/ccache_3.3.4-1_amd64.deb;
wget http://archive.ubuntu.com/ubuntu/pool/main/c/ccache/ccache_3.4.1-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 24046a4

Please sign in to comment.