Skip to content

Commit

Permalink
wip: check cache contents
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Jan 17, 2019
1 parent bb482e5 commit 5069b72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -52,11 +52,13 @@ go_import_path: gonum.org/v1/gonum
# Get deps, build, test, and ensure the code is gofmt'ed.
# If we are building as gonum, then we have access to the coveralls api key, so we can run coverage as well.
script:
- for f in $(ls $HOME/.cache/go-build); do echo $f; done
- ${TRAVIS_BUILD_DIR}/.travis/check-copyright.sh
- ${TRAVIS_BUILD_DIR}/.travis/check-formatting.sh
- go get -d -t -v ./...
- go build -v ./...
- go test $TAGS -v ./...
- for f in $(ls $HOME/.cache/go-build); do echo $f; done
- if [[ $TRAVIS_SECURE_ENV_VARS = "true" ]]; then bash ./.travis/test-coverage.sh; fi
- ${TRAVIS_BUILD_DIR}/.travis/check-imports.sh
# This is run last since it alters the tree.
Expand Down

0 comments on commit 5069b72

Please sign in to comment.