summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-14 22:04:15 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-14 22:04:15 +0100
commit5224705248148894cd0935f9e286c1060e3d6d11 (patch)
tree79d06f8271b5768756dc139731ff5e3fd4b7fb83
parent3d867f5eab677fcb2cebd71c03f9265a70d601a5 (diff)
downloadmicropython-5224705248148894cd0935f9e286c1060e3d6d11.tar.gz
micropython-5224705248148894cd0935f9e286c1060e3d6d11.zip
travis: Change to tests directory before running.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6f529ea71e..68f3811aa9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,4 +7,4 @@ before_script:
script:
- make -C unix
- - tests/run-tests
+ - cd tests && ./run-tests