This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* enable Travis CI * go_import_path * travis: ./bin/kelp version
- Loading branch information
1 parent
f19c610
commit 9c62c80
Showing
2 changed files
with
18 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,17 @@ | ||
language: go | ||
|
||
go_import_path: github.com/lightyeario/kelp | ||
|
||
go: | ||
- "1.10.x" | ||
- "1.11" | ||
|
||
before_install: | ||
- curl https://glide.sh/get | sh | ||
|
||
install: | ||
- glide install | ||
|
||
script: | ||
- ./scripts/build.sh | ||
- ./bin/kelp version |
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