Skip to content

Instantly share code, notes, and snippets.

@imjasonh
Last active October 28, 2021 06:21
Show Gist options
  • Save imjasonh/67753c747f315a9883a3 to your computer and use it in GitHub Desktop.
Save imjasonh/67753c747f315a9883a3 to your computer and use it in GitHub Desktop.
Travis CI config using "goapp test"
language: go
go:
- 1.4
install:
- wget https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.17.zip
- unzip -q go_appengine_sdk_linux_amd64-1.9.17.zip
- export PATH=$PATH:$PWD/go_appengine/
script:
- goapp test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment