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
|
||||
#Disable gcc build for the moment...
|
||||
# - gcc
|
||||
python:
|
||||
- "3.4"
|
||||
before_install:
|
||||
- $CC --version
|
||||
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
|
||||
|
|
Loading…
Reference in New Issue