2
0
mirror of https://github.com/carlostrub/sisyphus synced 2024-10-31 09:20:15 +00:00
sisyphus/.travis.yml

22 lines
400 B
YAML
Raw Normal View History

2017-02-22 23:09:24 +00:00
language: go
go:
- 1.8.x
- master
2017-03-09 19:30:28 +00:00
#cache:
# directories:
# - $GOPATH/src
# - $GOPATH/pkg
# - vendor
2017-02-22 23:14:33 +00:00
2017-02-22 23:21:05 +00:00
install:
2017-02-28 18:13:39 +00:00
- go get -u github.com/Masterminds/glide
2017-02-22 23:21:05 +00:00
- cd $GOPATH/src/github.com/Masterminds/glide && go install && cd -
2017-02-22 23:09:24 +00:00
- glide install
2017-02-28 18:13:39 +00:00
- go get -u github.com/onsi/gomega
- go get -u github.com/onsi/ginkgo/ginkgo
2017-02-22 23:09:24 +00:00
script:
2017-03-14 21:04:26 +00:00
- ginkgo -r --randomizeAllSpecs --randomizeSuites