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 9cb6df9
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 @@
env:
- GOPATH=$HOME/go PATH=$GOPATH/bin:$PATH
before_script:
- npm install -g coveralls codeclimate-test-reporter
- go get github.com/jpmonette/apexcov
script:
- apexcov --username="${CI_USERNAME}" --password="${CI_PASSWORD}"
- "cat ./coverage/lcov.info | coveralls"
- codeclimate-test-reporter < ./coverage/lcov.info

0 comments on commit 9cb6df9

Please sign in to comment.