Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
move .travis.yml to use go 1.11 and 1.10 as support baselines, add go…
Browse files Browse the repository at this point in the history
….mod

Signed-off-by: Erik Hollensbe <[email protected]>
  • Loading branch information
Erik Hollensbe committed Sep 14, 2018
1 parent 8fb57ad commit df24b4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
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
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/mitchellh/go-mruby

0 comments on commit df24b4d

Please sign in to comment.