diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-03-26 11:18:52 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-03-26 11:18:52 +0100 |
commit | 04cca99ebed99aaf2a26fabcb30b8c760e4a51de (patch) | |
tree | d198ded1fa454aece3e74d149c0e2a6a55dbecd8 /.travis.yml | |
parent | 36a2579fb0e2b3586242121c7a753ec76af7da4b (diff) | |
download | dabmux-04cca99ebed99aaf2a26fabcb30b8c760e4a51de.tar.gz dabmux-04cca99ebed99aaf2a26fabcb30b8c760e4a51de.tar.bz2 dabmux-04cca99ebed99aaf2a26fabcb30b8c760e4a51de.zip |
Travis: Add g++-5 package
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c6cdfa5..5898586 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ addons: &addons - libboost1.55-all-dev - libcurl4-openssl-dev - gcc-5 + - g++-5 compiler: - gcc |