Skip to content

Commit

Permalink
travis: fixing ccache install in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed Jun 4, 2019
1 parent 740b321 commit 33f16b0
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 @@ -150,7 +150,7 @@ script:
- ccache -s
- if [ "$TARGET" = "linux64" ] || [ "$TARGET" = "linuxarmv6l" ] || [ "$TARGET" = "linuxarmv7l" ]; then
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;
sudo dpkg -i ccache_3.4.1-1_amd64.deb;
fi
- if [ "$TARGET" = "osx" ] && [ "$OPT" = "makefiles" ]; then
scripts/ci/$TARGET/run_tests.sh;
Expand Down

0 comments on commit 33f16b0

Please sign in to comment.