summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorNico Schlömer <nico.schloemer@gmail.com>2015-01-25 19:00:30 +0100
committerNico Schlömer <nico.schloemer@gmail.com>2015-01-25 19:00:30 +0100
commit580dec42a44b1d928c83eafdb4a63682e0b47a0c (patch)
treec1689e29fc7f4fd2af2acaccef3b8830f4988fab /.travis.yml
parent5b8ccc5033e17d45973aa66e9dc9db0603becaea (diff)
[travis] call tests with `./mixxx-test`
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3d4ab4e2f8..73a33e5148 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,4 +10,5 @@ install:
- scons
- scons test=1
script:
- - scons test
+ # `scons test` can't connect to X server for some reason
+ - ./mixxx-test