platform_build_blueprint/.travis.yml
Dan Willemsen a4363454c8 Workaround gimme not setting GOROOT
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
2017-07-25 16:11:14 -07:00

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