blob: c39ad38a6a5230cf5ffa29ec182ce6531a155030 [file] [log] [blame]
language: go
go:
- "1.10"
- "1.11"
- "1.12"
cache:
directories:
- $HOME/ninjabin
install:
- ./.travis.install-ninja.sh
- export PATH=$PATH:~/ninjabin
before_script:
- source .travis.fix-fork.sh
script:
- export GOROOT=$(go env GOROOT)
- ./.travis.gofmt.sh
- go test ./...
- go test -race -short ./...
- ./tests/test.sh
- ./tests/test_tree_tests.sh
- ./tests/test_tree_tests.sh -t