Skip to content

Commit

Permalink
Updates travis instructions to use Ubuntu Trusty instead of Ubuntu Pr…
Browse files Browse the repository at this point in the history
…ecise.
  • Loading branch information
s-vincent committed Aug 8, 2017
1 parent ec27ed3 commit ba8bcc9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
language: cpp
compiler:
- g++
dist: trusty
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- boost-latest
packages:
- libboost1.55-all-dev
- libboost-all-dev
- libssl-dev
- libcurl4-openssl-dev
- gcc-4.9
- g++-4.9
- gcc
- g++
cache:
apt: true
script: CXX=g++-4.9 scons install apps samples
script: scons install apps samples
branches:
only:
- master
Expand Down

0 comments on commit ba8bcc9

Please sign in to comment.