travis: update for new trusty image

This commit is contained in:
Sebastien Binet 2017-09-15 16:51:56 +02:00
parent d25a96cca0
commit 7cb9dcd10f
1 changed files with 1 additions and 2 deletions

View File

@ -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