Skip to content

Commit

Permalink
Addition of travis-ci and coveralls.io testing and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Johnson committed Jun 27, 2013
1 parent 715ebf2 commit a119335
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: go
go:
- 1.1
services:
- redis-server
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
before_script:
- sudo add-apt-repository -y ppa:chris-lea/node.js
- sudo apt-get - update
- npm install -g apiaxle-proxy apiaxle-api
- redis-cli SET "gk:development:reg:registered" "done"
- apiaxle-api -p 28902 &
- sleep 3
script:
- $HOME/gopath/bin/goveralls 687H7VJ6gClojFkcZQIKZcF4CnmTmL7Ac

0 comments on commit a119335

Please sign in to comment.