6cccfeb97a
Factor code and reorganize location of go cache and go paths such that subsequent invocations reuse both dirs.
9 lines
134 B
YAML
9 lines
134 B
YAML
os: linux
|
|
dist: xenial
|
|
language: minimal
|
|
services:
|
|
- docker
|
|
script:
|
|
- ./build.sh _travis-${TRAVIS_OS_NAME}
|
|
- ./scripts/travis_test.sh
|