From 660a89418b2a407a1cf04748d593298eba7f183a Mon Sep 17 00:00:00 2001
From: "Stephen A. Wood" <saw@jlab.org>
Date: Mon, 17 Jul 2017 15:35:42 -0400
Subject: [PATCH] Update travis to build with Trusty Tahr (Ubuntu 14)   Also
 use root 6

---
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 6a11c83..12931de 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,15 +1,16 @@
 os: linux
 compiler: gcc
 language: cpp
+dist: trusty
 git:
   depth: 5
 before_install:
   - sudo apt-get update -qq
-  - sudo apt-get install -y x11-common libx11-6 x11-utils gsl-bin libxpm4 libxft2 libpng3 libjpeg-turbo8 libjpeg8 libtiff4 libxml2 libldap-2.4-2 libkrb5-3 freeglut3 libfftw3-3 python libmysqlclient18 libgif4 libiodbc2 libxext6 libxmu6 libimlib2 gccxml wget libpopt-dev libc6-dev-i386
   - sudo apt-get autoremove
   - sudo pip install --egg scons
 install:
-  - wget http://root.cern.ch/download/root_v5.34.32.Linux-ubuntu12-x86_64-gcc4.6.tar.gz -O /tmp/root.tar.gz
+  - wget https://root.cern.ch/download/root_v6.10.02.Linux-ubuntu14-x86_64-gcc4.8.tar.gz -O /tmp/root.tar.gz
+  - pwd
   - tar -xzf /tmp/root.tar.gz
   - source ./root/bin/thisroot.sh
   - source ./setup.sh
-- 
GitLab