Skip to content

Commit

Permalink
Updated to build go 1.12 and up
Browse files Browse the repository at this point in the history
Modified to use fsnotify directly
  • Loading branch information
notzippy@gmail.com committed Apr 28, 2020
1 parent 31cb64e commit d1e9215
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: go

go:
- "1.8.x"
- "1.9.x"
- "1.10.x"
- "1.11.x"
- "1.12.x"
- "1.13.x"
- "1.14.x"
- "tip"

os:
Expand Down
2 changes: 1 addition & 1 deletion watcher/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

"github.com/revel/cmd/model"
"github.com/revel/cmd/utils"
"gopkg.in/fsnotify/fsnotify.v1"
"github.com/fsnotify/fsnotify"
"time"
)

Expand Down

0 comments on commit d1e9215

Please sign in to comment.