Browse Source

Install and use gcc-4.8, for C++11 support

pull/226/head
Palmer Dabbelt 9 years ago
parent
commit
0c8f87d165
  1. 6
      .travis.yml

6
.travis.yml

@ -1,5 +1,7 @@
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- autoconf
- automake
@ -17,8 +19,12 @@ addons:
- libtool
- patchutils
- texinfo
- gcc-4.8
- g++-4.8
before_install:
- export MAKEFLAGS="-j3"
- export CXX=g++-4.8
- export CC=gcc-4.8
install: true
script:
- ./configure --prefix=/tmp/build-default

Loading…
Cancel
Save