2012-10-29 86 views

回答

7

這是discussed on Travis Github/issues,並在任何情況下,我的解決方案是把它添加到.travis.yml

before_script: 
- wget https://googleappengine.googlecode.com/files/google_appengine_1.8.9.zip -nv 
- unzip -q google_appengine_1.8.9.zip 

我希望這有助於。