summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRJ Skerry-Ryan <rryan@mixxx.org>2018-10-30 18:43:23 -0700
committerRJ Skerry-Ryan <rryan@mixxx.org>2018-10-30 18:45:13 -0700
commit36d73c002de804f33df4d551d51aefd78e821bda (patch)
tree02b76d0e3b7486a5467b5885387fb06782b14b32 /.travis.yml
parent3448eb6ff902c7365c7ec35f0db1b7100ce8d9b3 (diff)
Disable Ubuntu build on Travis.
Leaving the configuration there in case they get their act together in the future.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 074be87a34..9fe86976d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,10 @@
language: c++
matrix:
include:
- - os: linux
- dist: trusty
- sudo: required
- compiler: gcc
+ # - os: linux
+ # dist: trusty
+ # sudo: required
+ # compiler: gcc
- os: osx
compiler: clang