forked from M-Labs/artiq
Revert "travis: use more recent libstdc++"
This reverts commit 075bf331ac
.
This is no longer needed since the llvmlite-artiq package for
linux-64 has been rebuilt on an older Ubuntu (14.04 LTS)
This commit is contained in:
parent
a0f1b02eb5
commit
c94dafdeca
|
@ -2,12 +2,6 @@ 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