Skip to content

Commit

Permalink
Merge 5d6275f into ca24707
Browse files Browse the repository at this point in the history
  • Loading branch information
arl committed Apr 19, 2020
2 parents ca24707 + 5d6275f commit 29dce77
Show file tree
Hide file tree
Showing 17 changed files with 11 additions and 1,002 deletions.
29 changes: 6 additions & 23 deletions .travis.yml
@@ -1,25 +1,8 @@
language: go

sudo: false
install: false

go:
- "1.10"
- master

matrix:
allow_failures:
- go: master
fast_finish: true

before_script:
- GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/)

go:
- tip
before_install:
- go get github.com/mattn/goveralls
script:
- test -z $(gofmt -s -l $GO_FILES)
- go vet ./...
- go test -v -race ./...
- go test -v -cover -covermode=count -coverprofile=coverage.txt ./... > /dev/null

after_success:
- bash <(curl -s https://codecov.io/bash)
- go test ./...
- $GOPATH/bin/goveralls -service=travis-ci
19 changes: 0 additions & 19 deletions Gopkg.lock

This file was deleted.

7 changes: 0 additions & 7 deletions Gopkg.toml

This file was deleted.

126 changes: 0 additions & 126 deletions cover.sh

This file was deleted.

5 changes: 5 additions & 0 deletions go.mod
@@ -0,0 +1,5 @@
module github.com/arl/go-rquad

go 1.12

require github.com/arl/imgtools v0.1.0
24 changes: 0 additions & 24 deletions vendor/github.com/arl/imgtools/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions vendor/github.com/arl/imgtools/.travis.yml

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/github.com/arl/imgtools/LICENSE

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/github.com/arl/imgtools/README.md

This file was deleted.

116 changes: 0 additions & 116 deletions vendor/github.com/arl/imgtools/binimg/README.md

This file was deleted.

0 comments on commit 29dce77

Please sign in to comment.