platform_build_blueprint/.travis.yml

26 lines
432 B
YAML
Raw Normal View History

2015-03-21 06:53:30 +01:00
language: go
go:
- 1.8.3
- 1.9
2015-07-24 05:27:41 +02:00
cache:
directories:
- $HOME/ninjabin
2015-03-21 06:53:30 +01:00
install:
2015-07-24 05:27:41 +02:00
- ./.travis.install-ninja.sh
- export PATH=$PATH:~/ninjabin
2015-03-21 06:53:30 +01:00
before_script:
- source .travis.fix-fork.sh
2015-03-21 06:53:30 +01:00
script:
- export GOROOT=$(go env GOROOT)
- ./.travis.gofmt.sh
2015-03-21 06:53:30 +01:00
- go test ./...
- go test -race -short ./...
- ./tests/test.sh
- ./tests/test_tree_tests.sh
- ./tests/test_tree_tests.sh -t