Skip to content

Commit

Permalink
Minimal gcc 4.9 Travis build coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nigels-com committed May 14, 2016
1 parent 6f47210 commit 3a33bbf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
@@ -0,0 +1,20 @@
language: cpp

sudo: false

os:
- linux

compiler:
- g++-4.9

script:
- make CXX=g++-4.9 test

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.9
- g++-4.9

0 comments on commit 3a33bbf

Please sign in to comment.