From 272470790ad6db791bd6f9db399b2cd2d5879f74 Mon Sep 17 00:00:00 2001 From: "James E. King III" Date: Thu, 22 Mar 2018 20:50:23 -0400 Subject: THRIFT-4342: update ruby tests to use rspec 3, updated all dependencies for ruby Client: rb --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2816facc9..b3a6a2672 100644 --- a/.travis.yml +++ b/.travis.yml @@ -158,13 +158,13 @@ jobs: - script: build/docker/run.sh env: - JOB="make dist" - - DISTRO=ubuntu-xenial + - DISTRO=ubuntu-artful - SCRIPT="make-dist.sh" - script: build/docker/run.sh env: - JOB="Debian Packages" - - DISTRO=ubuntu-xenial + - DISTRO=ubuntu-artful - SCRIPT="dpkg.sh" ### ------------------------- phase: osx ------------------------- -- cgit v1.2.1