You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
287 B

  1. language: go
  2. install:
  3. - curl -sSo gae_sdk.zip https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.40.zip
  4. - unzip -q gae_sdk.zip
  5. script:
  6. - pushd talksapp
  7. - ./setup.sh
  8. - ../go_appengine/goapp get .
  9. - ../go_appengine/goapp test -v .
  10. - popd