1
0
mirror of https://github.com/rancher/os.git synced 2025-09-06 01:01:43 +00:00

Update vendor

This commit is contained in:
Darren Shepherd
2016-05-31 18:12:52 -07:00
parent 410dfbe0fd
commit a14846152b
1253 changed files with 222820 additions and 15054 deletions

View File

@@ -1,22 +1,32 @@
language: go
sudo: false
go:
- 1.1.2
- 1.2.2
- 1.3.3
- 1.4.2
- 1.5.1
- tip
- 1.4
- 1.5.4
- 1.6.2
- master
matrix:
allow_failures:
- go: tip
- go: master
include:
- go: 1.6.2
os: osx
- go: 1.1.2
install: go get -v .
before_script: echo skipping gfmxr on $TRAVIS_GO_VERSION
script:
- ./runtests vet
- ./runtests test
before_script:
- go get github.com/meatballhat/gfmxr/...
- go get github.com/urfave/gfmxr/...
script:
- go vet ./...
- go test -v ./...
- gfmxr -c $(grep -c 'package main' README.md) -s README.md
- ./runtests vet
- ./runtests test
- ./runtests gfmxr