diff options
author | bnewbold <bnewbold@robocracy.org> | 2014-09-05 01:20:32 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2014-09-05 01:20:35 -0400 |
commit | 160d861ba3fe50c30891d1abcb2c520be84aaa85 (patch) | |
tree | 5cbe026dd7645ccccc90ab6196444f8f0f5df71c | |
parent | 45e912b62baf75d7746d35bb4a35dec37b92e124 (diff) | |
download | librambutan-160d861ba3fe50c30891d1abcb2c520be84aaa85.tar.gz librambutan-160d861ba3fe50c30891d1abcb2c520be84aaa85.zip |
travis-ci: allow st_stm3220g_eval board to fail build tests
But build it anyways.
-rw-r--r-- | .travis.yml | 4 |
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 |