Skip to content

Commit

Permalink
Merge pull request #793 from enthought/dev/use-xenial-linux
Browse files Browse the repository at this point in the history
Use xenial linux instead of trusty
  • Loading branch information
prabhuramachandran committed Jun 23, 2019
2 parents 74b0f8e + 9e724ee commit 44f2707
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
@@ -1,5 +1,13 @@
language: generic
sudo: false

dist: xenial
services:
- xvfb

addons:
apt:
packages:
- libglu1-mesa

env:
global:
Expand All @@ -26,7 +34,6 @@ cache:
before_install:
- mkdir -p "${HOME}/.cache/download"
- export DISPLAY=:99.0
- if [[ ${TRAVIS_OS_NAME} == "linux" ]] ; then sh -e /etc/init.d/xvfb start; fi
- if [[ ${TRAVIS_OS_NAME} == 'linux' ]]; then ./ci/install-edm-linux.sh; export PATH="${HOME}/edm/bin:${PATH}"; fi
- if [[ ${TRAVIS_OS_NAME} == 'osx' ]]; then ./ci/install-edm-osx.sh; export PATH="${PATH}:/usr/local/bin"; fi
- edm install --version ${RUNTIME} -y wheel numpy nose mock Sphinx coverage psutil
Expand Down

0 comments on commit 44f2707

Please sign in to comment.