forked from moovweb/rubex
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: kuba-- <[email protected]>
- Loading branch information
kuba--
committed
Feb 27, 2019
1 parent
b55d01e
commit 2675d2a
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
module github.com/src-d/go-oniguruma |