Skip to content

Commit

Permalink
use = syntax for flags
Browse files Browse the repository at this point in the history
  • Loading branch information
clinta committed Mar 20, 2018
1 parent 3bbd43d commit c4ba4bb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ go:
- "1.10"

before_script:
- ip addr
- sudo iptables -L
- echo 0 | sudo tee /proc/sys/net/ipv6/conf/all/disable_ipv6
- ip addr
- sudo iptables -L
- sudo ping6 -c 1 ::1
- sudo ping -c 1 127.0.0.1
- sudo ping -c 1 127.0.0.2
Expand All @@ -22,4 +19,4 @@ before_install:
- go get github.com/mattn/goveralls

script:
- $GOPATH/bin/goveralls -service=travis-ci -race -flags="-exec" -flags="sudo" -flags="-timeout" -flags="5m" -show -v -package ./...
- $GOPATH/bin/goveralls -service="travis-ci" -race -flags="-exec=sudo" -flags="-timeout=5m" -package="./..."

0 comments on commit c4ba4bb

Please sign in to comment.