summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2018-04-22 21:00:59 +0200
committerGitHub <noreply@github.com>2018-04-22 21:00:59 +0200
commitc241ae5c2adb40fde92c2cc7e342973c31663410 (patch)
tree334d8575c522de156adfa730c20a30f21e75d09d /.travis.yml
parent947694bc2ab3f65ac7452e09128dbbb7c60cdb1b (diff)
parent25fe375be073309f2cfc2bd5ae3a6ba07a64b04f (diff)
Merge pull request #1417 from luzpaz/misc-typos
Typo fixes
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 81df7ccccb..17c01e0261 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -91,7 +91,7 @@ install:
script:
# NOTE(sblaisot): 2018-01-02 removing gdb wrapper on linux due to a bug in
- # return code in order to avoid having a sucessful build when a test fail.
+ # return code in order to avoid having a successful build when a test fail.
# https://bugs.launchpad.net/mixxx/+bug/1699689
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./mixxx-test ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then lldb ./mixxx-test --batch -o run -o quit -k 'thread backtrace all' -k quit ; fi