aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 41bd110..35d1e5d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,13 +6,17 @@ before_install:
install:
- sudo apt-get install gcc-arm-none-eabi
before_script:
- - cp examples/test-session.cpp main.cpp
+ - cp tests/test-session.cpp main.cpp
script:
- - make
+ - make jtag
env:
+ - BOARD=maple
- BOARD=maple_mini
+ - BOARD=olimex_stm32_h103
- BOARD=maple_native
- BOARD=st_stm3220g_eval
+ - BOARD=st_stm32f401cdiscovery
matrix:
allow_failures:
- env: BOARD=st_stm3220g_eval
+ - env: BOARD=st_stm32f401cdiscovery