diff options
author | bnewbold <bnewbold@robocracy.org> | 2015-03-03 00:38:04 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2015-03-03 00:38:09 -0800 |
commit | 277d535af458074a14afa3e902378cd70a2f77f7 (patch) | |
tree | 9b5dba54242ab47598e62295c4310fdd3f8333c8 | |
parent | 857dc1b540a3581ec8af61773d4024c22a55165b (diff) | |
download | librambutan-277d535af458074a14afa3e902378cd70a2f77f7.tar.gz librambutan-277d535af458074a14afa3e902378cd70a2f77f7.zip |
travis CI: STM32F401CDISCOVERY build fails because of SerialUSB
Need a better test build file that exersizes more of the code base, but
only the available hardware features.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0010423..35d1e5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,3 +19,4 @@ env: matrix: allow_failures: - env: BOARD=st_stm3220g_eval + - env: BOARD=st_stm32f401cdiscovery |