mirror of
https://github.com/eggman/rtl_ameba_gcc_sample.git
synced 2024-10-31 19:34:14 +00:00
fix travis build fail
This commit is contained in:
parent
760fcb3b33
commit
fd36d58051
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,6 @@ matrix:
|
|||
env: GCC_VER=4.9
|
||||
|
||||
cache:
|
||||
apt: true
|
||||
directories:
|
||||
- $HOME/.ccache
|
||||
|
||||
|
@ -24,6 +23,9 @@ addons:
|
|||
- build-essential
|
||||
- ccache
|
||||
- cmake
|
||||
- gcc-4.9
|
||||
- libc6-i836
|
||||
- python-empy
|
||||
|
||||
before_install:
|
||||
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
|
||||
|
|
Loading…
Reference in a new issue