Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Jan 15, 2019
1 parent de2c73d commit 0cd12f3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@


language: go
go_import_path: github.com/qmuntal/gltf

go:
- 1.11.x

env:
- GO111MODULE=on

notifications:
- email: false

script:
- go get -u github.com/mattn/goveralls
- go test ./... -coverprofile=coverage.out -race -timeout=5s
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module gltf

0 comments on commit 0cd12f3

Please sign in to comment.