Travis: Remove python (No needed)
and it is now valided by http://lint.travis-ci.org/ (Hooray, your .travis.yml seems to be solid!)
This commit is contained in:
parent
ab1dd11705
commit
781d570ec1
|
@ -3,8 +3,6 @@ compiler:
|
||||||
- clang
|
- clang
|
||||||
#Disable gcc build for the moment...
|
#Disable gcc build for the moment...
|
||||||
# - gcc
|
# - gcc
|
||||||
python:
|
|
||||||
- "3.4"
|
|
||||||
before_install:
|
before_install:
|
||||||
- $CC --version
|
- $CC --version
|
||||||
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
|
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
|
||||||
|
|
Loading…
Reference in New Issue