mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-22 15:05:26 +00:00
Updated to build go 1.12 and up
Modified to use fsnotify directlyUpdated travis to not use go deps
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.8.x"
|
- "1.12.x"
|
||||||
- "1.9.x"
|
- "1.13.x"
|
||||||
- "1.10.x"
|
- "1.14.x"
|
||||||
- "1.11.x"
|
|
||||||
- "tip"
|
- "tip"
|
||||||
|
|
||||||
os:
|
os:
|
||||||
@@ -29,7 +28,6 @@ install:
|
|||||||
- git clone -b $REVEL_BRANCH git://github.com/revel/revel ../revel/
|
- git clone -b $REVEL_BRANCH git://github.com/revel/revel ../revel/
|
||||||
- git clone -b $REVEL_BRANCH git://github.com/revel/modules ../modules/
|
- git clone -b $REVEL_BRANCH git://github.com/revel/modules ../modules/
|
||||||
- go get -t -v github.com/revel/cmd/revel
|
- go get -t -v github.com/revel/cmd/revel
|
||||||
- go get -u github.com/golang/dep/cmd/dep
|
|
||||||
- echo $GOPATH
|
- echo $GOPATH
|
||||||
- echo $PATH
|
- echo $PATH
|
||||||
- pwd
|
- pwd
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ import (
|
|||||||
|
|
||||||
"github.com/revel/cmd/model"
|
"github.com/revel/cmd/model"
|
||||||
"github.com/revel/cmd/utils"
|
"github.com/revel/cmd/utils"
|
||||||
"gopkg.in/fsnotify/fsnotify.v1"
|
"github.com/fsnotify/fsnotify"
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user