summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-02-05 06:56:49 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-02-05 06:56:49 +0000
commitd06f2c9e92644c2bb93b229ecc758151a979f306 (patch)
tree029fdc3bfe25ffc0b7fd1018a335f4a6f4b36ff7 /.travis.yml
parent8dcbbe8b6c6f74c03b4cd4a38790e161767f6cad (diff)
downloadswig-d06f2c9e92644c2bb93b229ecc758151a979f306.tar.gz
Ruby 2.3 Travis tests requires Ubuntu Trusty
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 0951df707..d1c3886e2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -101,6 +101,8 @@ matrix:
- compiler: gcc
os: linux
env: SWIGLANG=ruby VER=2.3
+ sudo: required
+ dist: trusty
- compiler: gcc
os: linux
env: SWIGLANG=scilab
@@ -165,10 +167,6 @@ matrix:
- compiler: gcc
os: linux
env: SWIGLANG=python SWIG_FEATURES=-O
- # Not quite working yet
- - compiler: gcc
- os: linux
- env: SWIGLANG=ruby VER=2.3
before_install:
- date -u
- uname -a