This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move .travis.yml to use go 1.11 and 1.10 as support baselines, add go…
….mod Signed-off-by: Erik Hollensbe <[email protected]>
- Loading branch information
Erik Hollensbe
committed
Sep 14, 2018
1 parent
8fb57ad
commit df24b4d
Showing
2 changed files
with
3 additions
and
3 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 |
---|---|---|
@@ -1,8 +1,7 @@ | ||
language: go | ||
sudo: required | ||
go: | ||
- 1.7 | ||
- 1.6 | ||
- 1.5 | ||
- "1.11" | ||
- "1.10" | ||
install: sudo apt-get install build-essential g++ bison flex | ||
script: make |
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/mitchellh/go-mruby |