diff options
-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: |