Skip to content

Commit

Permalink
update testing and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmach committed Jul 27, 2014
1 parent ef5cdc6 commit f801ebc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
http.html
coverage.out
reducers/http.html
reducers/coverage.out
9 changes: 7 additions & 2 deletions .travis.yml
@@ -1,7 +1,12 @@
language: go

go:
- 1.1
- 1.2
- tip
- 1.3

after_script:
- FIXED=$(go fmt ./... | wc -l); if [ $FIXED -gt 0 ]; then echo "gofmt - $FIXED file(s) not formatted correctly, please run gofmt to fix this." && exit 2; fi

script:
- go test -v .
- go test -v ./reducers/

0 comments on commit f801ebc

Please sign in to comment.