Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping committed Apr 18, 2016
1 parent af799e4 commit 6233e71
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
os:
- linux
- osx

language: go

sudo: false

go:
- 1.5.3

before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- go get github.com/whyrusleeping/gx
- go get github.com/whyrusleeping/gx-go

install:
- gx --verbose install --global
- gx-go rewrite

script:
- $HOME/gopath/bin/goveralls -service="travis-ci"

cache:
directories:
- $GOPATH/src/gx

0 comments on commit 6233e71

Please sign in to comment.