mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2024-12-28 00:19:55 +00:00
7828bb327b
Add a simple .travis.yml file that shells out testing to the test.bash script. Caching the toolchain directories (Go toolchain and protobuf toolchain) saves around 14min on each run. This script only runs after Gerrit changes have been pushed to GitHub and acts as a form of post-submit tests. Change-Id: Id7d73d2c5fdc0de259d93cceb341ce921f71951d Reviewed-on: https://go-review.googlesource.com/127915 Reviewed-by: Herbie Ong <herbie@google.com>
6 lines
76 B
YAML
6 lines
76 B
YAML
script:
|
|
- ./test.bash
|
|
cache:
|
|
directories:
|
|
- /tmp/golang-protobuf-test
|