Skip to content

Commit

Permalink
Merge 0a6222b into 01ad40a
Browse files Browse the repository at this point in the history
  • Loading branch information
edvakf committed Sep 2, 2015
2 parents 01ad40a + 0a6222b commit 1b609e9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: go
go:
- 1.5
- tip
env:
- GIMME_OS=linux GIMME_ARCH=amd64
- GIMME_OS=darwin GIMME_ARCH=amd64
- GIMME_OS=windows GIMME_ARCH=amd64
before_install:
- go get github.com/mitchellh/gox
- go get github.com/tcnksm/ghr
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- go test -v -covermode=count -coverprofile=coverage.out ./...
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service travis-ci -repotoken $COVERALLS_TOKEN
after_success:
- $GOPATH/bin/gox -cgo -output "dist/{.OS}_{.Arch}_{.Dir}"
- $GOPATH/bin/ghr --username edvakf --token $GITHUB_TOKEN --replace --prerelease --debug pre-release dist/
1 change: 1 addition & 0 deletions gov7.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ package gov7
#include "v7/v7.c"
#cgo CFLAGS: -DV7_NO_FS -DV7_LARGE_AST
#cgo LDFLAGS: -lm
*/
import "C"
Expand Down

0 comments on commit 1b609e9

Please sign in to comment.