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 84b973a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: go
go:
- '1.5'
before_install:
- npm install -g coveralls codeclimate-test-reporter
- go get -u github.com/jpmonette/apexcov
install:
- export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH"
- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"
after_script:
- $GOPATH/bin/apexcov
- "cat ./coverage/lcov.info | coveralls"
- codeclimate-test-reporter ./coverage/lcov.info

0 comments on commit 84b973a

Please sign in to comment.