Skip to content

Commit

Permalink
Move to xenial env for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
CerielJacobs committed Nov 11, 2019
1 parent 808c8e3 commit c1d4d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: cpp
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- sourceline: "ppa:ubuntu-toolchain-r/test"
packages:
- gcc-5
- g++-5
Expand All @@ -21,5 +21,5 @@ before_script:
script:
- make

dist: trusty
dist: xenial
sudo: false

0 comments on commit c1d4d94

Please sign in to comment.