github.com/rainforestapp/rainforest-cli@v2.12.0+incompatible/.travis.yml (about)

     1  language: go
     2  
     3  go:
     4    - 1.7.3
     5  
     6  install:
     7    - mkdir -p $GOPATH/bin
     8    - curl https://glide.sh/get | sh
     9    - glide install
    10  
    11  script:
    12    - go test -v -race $(glide novendor)