Skip to content

Commit

Permalink
travis: fixing ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed Jun 4, 2019
1 parent 33f16b0 commit 67076ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ script:
- ccache -z
- 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.4.1-1_amd64.deb;
wget http://ci.openframeworks.cc/ccache_3.3.4-1_amd64.deb;
sudo dpkg -i ccache_3.3.4-1_amd64.deb;
fi
- if [ "$TARGET" = "osx" ] && [ "$OPT" = "makefiles" ]; then
scripts/ci/$TARGET/run_tests.sh;
Expand Down

0 comments on commit 67076ab

Please sign in to comment.