platform_build_blueprint/.travis.yml
Dan Willemsen 53d563facb Fix build on Go 1.9
Change-Id: Ie471f396b22cd88104b4f05dbcf3677c7ffd5f08
2017-07-25 10:45:51 -07:00

23 lines
365 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:
- ./.travis.gofmt.sh
- go test ./...
- ./tests/test.sh
- ./tests/test_tree_tests.sh
- ./tests/test_tree_tests.sh -t