From f136bac6ecf7a46910ed632c25261f46293a3e93 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Sun, 23 Nov 2014 21:10:01 -0800 Subject: travis: point to new test paths --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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: -- cgit v1.2.3