Skip to content

Commit

Permalink
.travis.yml: Install newer gcc than available 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
techtonik committed Aug 12, 2016
1 parent b69b327 commit 2a48984
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Continuous Integration with https://travis-ci.org/
language: c
language: cpp
dist: trusty

before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libwxgtk3.0-dev

- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -q
- sudo apt-get install gcc-5 g++-5 -y

script:
- g++ --version
- make

0 comments on commit 2a48984

Please sign in to comment.