Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Migrate to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Jan 27, 2019
1 parent ce09cf1 commit ba69d96
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 339 deletions.
6 changes: 4 additions & 2 deletions .gitattributes
@@ -1,6 +1,8 @@
LICENSE text eol=lf
gradlew text eol=lf
*.gradle text eol=lf
*.conf text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.go text eol=lf
*.sh text eol=lf
*.bat text eol=crlf
testReplacement text eol=lf
3 changes: 1 addition & 2 deletions .gitignore
@@ -1,6 +1,5 @@
*.iml
/.idea
/.gradle
/build
/vendor
/learning
coverage.out
21 changes: 21 additions & 0 deletions .travis.yml
@@ -0,0 +1,21 @@
language: go
go:
- 1.11
install: skip
os:
- linux
script: skip

jobs:
include:
- stage: test
name: Run Tests
install:
- go get -u github.com/mholt/caddy
- go get -u github.com/NYTimes/gziphandler
- go get -u gopkg.in/check.v1
- go get -u github.com/echocat/gocheck-addons
- go get -u github.com/mattn/goveralls
script:
- go test -v -covermode=count -coverprofile=coverage.out .
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN || true'
55 changes: 0 additions & 55 deletions build.gradle

This file was deleted.

21 changes: 0 additions & 21 deletions circle.yml

This file was deleted.

Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 0 additions & 6 deletions gradle/wrapper/gradle-wrapper.properties

This file was deleted.

169 changes: 0 additions & 169 deletions gradlew

This file was deleted.

84 changes: 0 additions & 84 deletions gradlew.bat

This file was deleted.

0 comments on commit ba69d96

Please sign in to comment.