mirror of https://github.com/m-labs/artiq.git
travis: use more recent libstdc++
This commit is contained in:
parent
b70b2252d5
commit
075bf331ac
|
@ -2,6 +2,12 @@ language: python
|
||||||
python:
|
python:
|
||||||
- '3.4'
|
- '3.4'
|
||||||
sudo: false
|
sudo: false
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- libstdc++6
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- BUILD_SOC=1
|
- BUILD_SOC=1
|
||||||
|
|
Loading…
Reference in New Issue