diff options
author | bnewbold <bnewbold@robocracy.org> | 2015-05-28 13:56:01 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2015-05-28 13:56:01 -0700 |
commit | 9d7c95b187c7e0b7381ffb606744ae97c3facc55 (patch) | |
tree | 40090a39ed533d9ce2addb348bada6ff68b3e5ab /.travis.yml | |
parent | 71ef6f46a797f739bf140df934f137d92d791abc (diff) | |
download | librambutan-9d7c95b187c7e0b7381ffb606744ae97c3facc55.tar.gz librambutan-9d7c95b187c7e0b7381ffb606744ae97c3facc55.zip |
update travis.yml for legacy branch
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 41bd110..b8ee28f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,11 @@ before_script: script: - make env: + - BOARD=maple - BOARD=maple_mini - BOARD=maple_native - BOARD=st_stm3220g_eval matrix: allow_failures: - env: BOARD=st_stm3220g_eval + - env: BOARD=maple_native |