diff options
author | bnewbold <bnewbold@robocracy.org> | 2015-03-03 00:16:51 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2015-03-03 00:16:51 -0800 |
commit | da7878508aaf22b8e48acba29cf1e9178ffb9c5b (patch) | |
tree | 6a9b28dca16d2532873e6b4008f7e0009d6c032b | |
parent | ddcb9f7788e42eaa5fd60d1a479ec490f80778d8 (diff) | |
download | librambutan-da7878508aaf22b8e48acba29cf1e9178ffb9c5b.tar.gz librambutan-da7878508aaf22b8e48acba29cf1e9178ffb9c5b.zip |
travis CI: make for JTAG targets by default
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b5d4ef8..a347450 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ install: before_script: - cp tests/test-session.cpp main.cpp script: - - make + - make jtag env: - BOARD=maple - BOARD=maple_mini |