aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2014-09-05 01:20:32 -0400
committerbnewbold <bnewbold@robocracy.org>2014-09-05 01:20:35 -0400
commit160d861ba3fe50c30891d1abcb2c520be84aaa85 (patch)
tree5cbe026dd7645ccccc90ab6196444f8f0f5df71c /.travis.yml
parent45e912b62baf75d7746d35bb4a35dec37b92e124 (diff)
downloadlibrambutan-160d861ba3fe50c30891d1abcb2c520be84aaa85.tar.gz
librambutan-160d861ba3fe50c30891d1abcb2c520be84aaa85.zip
travis-ci: allow st_stm3220g_eval board to fail build tests
But build it anyways.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f3952d5..41bd110 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,9 @@ before_script:
script:
- make
env:
- matrix:
- BOARD=maple_mini
- BOARD=maple_native
- BOARD=st_stm3220g_eval
+matrix:
+ allow_failures:
+ - env: BOARD=st_stm3220g_eval