a4363454c8
This appears to be fixed in gimme 1.2.0, but that's not available in
Travis yet (even in the latest trusty images). This is the gimme change
to always set GOROOT:
913dd17ff3
Change-Id: Ic9024b4bbbf5c75ed162a03fe119e4db9a1cdbba
24 lines
402 B
YAML
24 lines
402 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.8.3
|
|
- 1.9rc1
|
|
|
|
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 ./...
|
|
- ./tests/test.sh
|
|
- ./tests/test_tree_tests.sh
|
|
- ./tests/test_tree_tests.sh -t
|