2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-05 18:40:49 +00:00
restic/vendor/github.com/ncw/swift/.travis.yml

34 lines
492 B
YAML
Raw Normal View History

2017-07-23 12:24:45 +00:00
language: go
sudo: false
go:
2018-09-03 18:23:56 +00:00
- 1.1.x
- 1.2.x
- 1.3.x
- 1.4.x
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
2017-07-23 12:24:45 +00:00
- master
matrix:
include:
2018-09-03 18:23:56 +00:00
- go: 1.11.x
2017-07-23 12:24:45 +00:00
env: TEST_REAL_SERVER=rackspace
2018-09-03 18:23:56 +00:00
- go: 1.11.x
2017-07-23 12:24:45 +00:00
env: TEST_REAL_SERVER=memset
allow_failures:
2018-09-03 18:23:56 +00:00
- go: 1.11.x
2017-07-23 12:24:45 +00:00
env: TEST_REAL_SERVER=rackspace
2018-09-03 18:23:56 +00:00
- go: 1.11.x
2017-07-23 12:24:45 +00:00
env: TEST_REAL_SERVER=memset
install: go test -i ./...
script:
- test -z "$(go fmt ./...)"
- go test
- ./travis_realserver.sh