This commit is contained in:
Paul Masurel
2016-05-01 15:51:45 +09:00
parent 398f57d10c
commit 56a543017d

View File

@@ -12,3 +12,14 @@ git:
before_install:
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive
env:
global:
- CC=gcc-4.8
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8