Skip to content

Commit

Permalink
Merge 6450648 into 01ad40a
Browse files Browse the repository at this point in the history
  • Loading branch information
edvakf committed Sep 2, 2015
2 parents 01ad40a + 6450648 commit 29129a8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: go
go:
- 1.5
env:
- GIMME_OS=linux GIMME_ARCH=amd64
- GIMME_OS=darwin GIMME_ARCH=amd64
- GIMME_OS=windows GIMME_ARCH=amd64
- GIMME_OS=linux GIMME_ARCH=arm GOARM=6
- GIMME_OS=linux GIMME_ARCH=arm GOARM=7
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
install:
- ls -al
- go get -d -v ./...
script:
- go test -v -covermode=count -coverprofile=coverage.out ./...
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service travis-ci -repotoken $COVERALLS_TOKEN
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 29129a8

Please sign in to comment.