aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9ade992..3100a4b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,7 @@ addons:
- flex
- texinfo
- python-pexpect
+ - libusb-1.0-0-dev
env:
global:
@@ -37,6 +38,10 @@ before_install:
- cd riscv-tests
- git submodule update --init
- cd ..
+ # openocd also needs submodules
+ - cd riscv-openocd
+ - git submodule update --init
+ - cd ..
# actually use new gcc
- export CXX=g++-4.8 CC=gcc-4.8