diff options
author | bryan newbold <bnewbold@robocracy.org> | 2014-11-23 21:10:01 -0800 |
---|---|---|
committer | bryan newbold <bnewbold@robocracy.org> | 2014-11-23 21:10:01 -0800 |
commit | f136bac6ecf7a46910ed632c25261f46293a3e93 (patch) | |
tree | 2ae0a1c4e5fa5cb1bcb89ddc2abf93bb2389b9e6 | |
parent | dba5a9fe68ebb996eeee69fa9b573fe5a1561ce2 (diff) | |
download | librambutan-f136bac6ecf7a46910ed632c25261f46293a3e93.tar.gz librambutan-f136bac6ecf7a46910ed632c25261f46293a3e93.zip |
travis: point to new test paths
-rw-r--r-- | .travis.yml | 2 |
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: |