Skip to content

Commit

Permalink
udpate Travis
Browse files Browse the repository at this point in the history
Signed-off-by: José Simões <jose.simoes@eclo.solutions>
  • Loading branch information
josesimoes committed Mar 15, 2017
1 parent 9e7fd6f commit 999d2ac
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 @@ -18,7 +18,7 @@ matrix:

include:
- os: linux
env: CMAKE_OPTIONS="-DTOOLCHAIN_PREFIX=home/travis/gcc-arm-none-eabi-5_2-2015q4 -DTARGET_SERIES=STM32F4xx -DUSE_FPU=TRUE -DCHIBIOS_VERSION=16.1.7 -DCHIBIOS_BOARD=ST_STM32F4_DISCOVERY -DNF_FEATURE_DEBUGGER=TRUE "
env: CMAKE_OPTIONS="-DTOOLCHAIN_PREFIX=/home/travis/gcc-arm-none-eabi-5_2-2015q4 -DTARGET_SERIES=STM32F4xx -DUSE_FPU=TRUE -DCHIBIOS_VERSION=16.1.7 -DCHIBIOS_BOARD=ST_STM32F4_DISCOVERY -DNF_FEATURE_DEBUGGER=TRUE "

## cache GCC toolchain to speedup next builds
cache:
Expand Down

0 comments on commit 999d2ac

Please sign in to comment.