We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5352d6f commit 37500a0Copy full SHA for 37500a0
.travis.yml
@@ -9,8 +9,7 @@ before_install:
9
- sudo apt-add-repository -y ppa:mosquitto-dev/mosquitto-ppa
10
- sudo apt-get -qq update
11
- sudo apt-get install -y mosquitto
12
- - go get github.com/golang/lint/golint
13
- - go get github.com/kisielk/errcheck
+ - make requirements
14
15
script:
16
- make test
0 commit comments