mirror of
https://github.com/MontFerret/ferret.git
synced 2025-07-17 01:32:22 +02:00
Updated travis config
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.8"
|
- "1.8"
|
||||||
- "1.9"
|
- "1.9"
|
||||||
|
2
Gopkg.lock
generated
2
Gopkg.lock
generated
@ -193,9 +193,9 @@
|
|||||||
"github.com/mafredri/cdp/devtool",
|
"github.com/mafredri/cdp/devtool",
|
||||||
"github.com/mafredri/cdp/protocol/dom",
|
"github.com/mafredri/cdp/protocol/dom",
|
||||||
"github.com/mafredri/cdp/protocol/emulation",
|
"github.com/mafredri/cdp/protocol/emulation",
|
||||||
"github.com/mafredri/cdp/protocol/input",
|
|
||||||
"github.com/mafredri/cdp/protocol/page",
|
"github.com/mafredri/cdp/protocol/page",
|
||||||
"github.com/mafredri/cdp/protocol/runtime",
|
"github.com/mafredri/cdp/protocol/runtime",
|
||||||
|
"github.com/mafredri/cdp/protocol/target",
|
||||||
"github.com/mafredri/cdp/rpcc",
|
"github.com/mafredri/cdp/rpcc",
|
||||||
"github.com/mafredri/cdp/session",
|
"github.com/mafredri/cdp/session",
|
||||||
"github.com/pkg/errors",
|
"github.com/pkg/errors",
|
||||||
|
Reference in New Issue
Block a user