e6d45fe39f
Add stubs for the new testDeps interface functions. Also removes testing for 1.8. Change-Id: Ice58cca20658d905df9fb87e822d7861abf60976
25 lines
433 B
YAML
25 lines
433 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.9
|
|
- "1.10"
|
|
|
|
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
|