53d563facb
Change-Id: Ie471f396b22cd88104b4f05dbcf3677c7ffd5f08
23 lines
365 B
YAML
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
|