Navigation Menu

Skip to content

Commit

Permalink
Indent .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Aug 8, 2017
1 parent 08fe9dd commit 8fbe679
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Expand Up @@ -15,14 +15,14 @@ go:

sudo: required
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- sudo apt-get update -qq
- sudo apt-get install -y cracklib-runtime
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- sudo apt-get update -qq
- sudo apt-get install -y cracklib-runtime

script:
- go test -v -tags ci ./...
- $GOPATH/bin/goveralls -service=travis-ci
- go test -v -tags ci ./...
- $GOPATH/bin/goveralls -service=travis-ci

notifications:
email:
Expand Down

0 comments on commit 8fbe679

Please sign in to comment.