mirror of https://github.com/go-python/gopy.git
travis: update for new trusty image
This commit is contained in:
parent
d25a96cca0
commit
7cb9dcd10f
|
@ -13,8 +13,7 @@ matrix:
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install libffi-dev
|
- sudo apt-get install libffi-dev python-cffi
|
||||||
- pip install cffi
|
|
||||||
- export PATH=$HOME/gopath/bin:$PATH
|
- export PATH=$HOME/gopath/bin:$PATH
|
||||||
# temporary workaround for go-python/gopy#83
|
# temporary workaround for go-python/gopy#83
|
||||||
- export GODEBUG=cgocheck=0
|
- export GODEBUG=cgocheck=0
|
||||||
|
|
Loading…
Reference in New Issue