Skip to content

Commit

Permalink
Add Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonette committed Apr 20, 2017
1 parent 6551e74 commit d7b401b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
go:
- '1.7.x'
install:
- npm install -g coveralls codeclimate-test-reporter
- go get github.com/jpmonette/apexcov
after_script:
- apexcov
- "cat ./coverage/lcov.info | coveralls"
- codeclimate-test-reporter ./coverage/lcov.info

0 comments on commit d7b401b

Please sign in to comment.