diff options
| author | Damien George | 2014-04-14 22:04:15 +0100 |
|---|---|---|
| committer | Damien George | 2014-04-14 22:04:15 +0100 |
| commit | 5224705248148894cd0935f9e286c1060e3d6d11 (patch) | |
| tree | 79d06f8271b5768756dc139731ff5e3fd4b7fb83 | |
| parent | 3d867f5eab677fcb2cebd71c03f9265a70d601a5 (diff) | |
travis: Change to tests directory before running.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6f529ea71..68f3811aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ before_script: script: - make -C unix - - tests/run-tests + - cd tests && ./run-tests |
