|
@@ -7,3 +7,8 @@ before_install:
|
|
|
- sudo apt-get install -qq vsftpd
|
|
- sudo apt-get install -qq vsftpd
|
|
|
- sudo cp $TRAVIS_BUILD_DIR/.vsftpd.conf /etc/vsftpd.conf
|
|
- sudo cp $TRAVIS_BUILD_DIR/.vsftpd.conf /etc/vsftpd.conf
|
|
|
- sudo service vsftpd restart
|
|
- sudo service vsftpd restart
|
|
|
|
|
+- go get github.com/axw/gocov/gocov
|
|
|
|
|
+- go get github.com/mattn/goveralls
|
|
|
|
|
+- go get golang.org/x/tools/cmd/cover
|
|
|
|
|
+script:
|
|
|
|
|
+- $GOPATH/bin/goveralls -service=travis-ci
|