Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
Signed-off-by: kuba-- <[email protected]>
  • Loading branch information
kuba-- committed Feb 27, 2019
1 parent b55d01e commit 2675d2a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: go
env:
global:
- LD_LIBRARY_PATH="/usr/local/lib":${LD_LIBRARY_PATH}
- GO111MODULE=on
addons:
apt:
packages:
- libonig-dev

jobs:
include:
- go: 1.11.x
script:
- go test -v --cover -race
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/src-d/go-oniguruma

0 comments on commit 2675d2a

Please sign in to comment.