aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@robocracy.org>2014-11-23 21:10:01 -0800
committerbryan newbold <bnewbold@robocracy.org>2014-11-23 21:10:01 -0800
commitf136bac6ecf7a46910ed632c25261f46293a3e93 (patch)
tree2ae0a1c4e5fa5cb1bcb89ddc2abf93bb2389b9e6 /.travis.yml
parentdba5a9fe68ebb996eeee69fa9b573fe5a1561ce2 (diff)
downloadlibrambutan-f136bac6ecf7a46910ed632c25261f46293a3e93.tar.gz
librambutan-f136bac6ecf7a46910ed632c25261f46293a3e93.zip
travis: point to new test paths
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 41bd110..a703bdd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ 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
env: