Skip to content

Commit

Permalink
Merge pull request #1235 from guwirth/travis-ubuntu-trusty
Browse files Browse the repository at this point in the history
Travis: Trusty as default Linux is coming
  • Loading branch information
guwirth authored Sep 18, 2017
2 parents 767a3cb + 4eced75 commit ad4d183
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: java

dist: precise
dist: trusty
sudo: required

jdk:
- oraclejdk8
Expand Down Expand Up @@ -36,9 +37,10 @@ cache:

before_install:
- cat /etc/hosts # optionally check the content
- travis_retry sudo apt-add-repository -y ppa:boost-latest/ppa
- travis_retry sudo apt-get -qq update
- travis_retry sudo apt-get -qq install boost1.55
# Boost 1.55 is pre-installed on Ubuntu Trusty
#- travis_retry sudo apt-add-repository -y ppa:boost-latest/ppa
#- travis_retry sudo apt-get -qq update
#- travis_retry sudo apt-get -qq install boost1.55

install:
- cd /tmp
Expand Down

0 comments on commit ad4d183

Please sign in to comment.