lin
2025-07-31 065ea569db06206874bbfa18eb25ff6121aec09b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
language: go
 
go:
    - 1.9
    - "1.10"
    - "1.11"
    - "1.12"
 
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 ./...
    - go test -race -short ./...
    - ./tests/test.sh
    - ./tests/test_tree_tests.sh
    - ./tests/test_tree_tests.sh -t