update travis.yml for coveralls

This commit is contained in:
Jeromy 2016-08-19 15:01:56 -07:00
parent df3e34df4b
commit de350f2f66
2 changed files with 16 additions and 6 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.swp
cover.out

View File

@ -1,12 +1,20 @@
os:
- linux
- osx
language: go
sudo: false
go:
- 1.6.2
- release
- tip
- 1.6.3
install: true
script:
- make test
- make deps
- gx-go rewrite
- go get github.com/mattn/goveralls
- goveralls -service=travis-ci
env: TEST_NO_FUSE=1 TEST_VERBOSE=1
cache:
directories:
- $GOPATH/src/gx