Skip to content

Commit

Permalink
Don't use Makefile under travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Jun 6, 2013
1 parent 18f8f3b commit 92f852e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -9,3 +9,6 @@ install:
- go build -v
- go install

script:
- cd $TRAVIS_BUILD_DIR && go test -gocheck.v
- go test -gocheck.v -gocheck.b -gocheck.btime=2s

0 comments on commit 92f852e

Please sign in to comment.