summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-01-24 11:58:06 -0500
committerluz paz <luzpaz@users.noreply.github.com>2018-04-06 09:00:55 -0400
commit8005e8cc81f7da91310bfc9088802bf5228a2d43 (patch)
tree8fa8e4d461c8b100dd3bd90d56b1960645f080f6 /.travis.yml
parentc9791f01cab4682b124e0e0255efc1d44fad38ba (diff)
More misc. typos
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 7a828c0a55..4ae3729339 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -88,7 +88,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