1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-12 11:15:14 +02:00

Updated travis config

This commit is contained in:
Tim Voronov 2018-09-27 12:14:43 -04:00
parent a0c6bffc76
commit 60c674d68d
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
language: go
before_install:
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
go:
- "1.8"
- "1.9"

2
Gopkg.lock generated
View File

@ -193,9 +193,9 @@
"github.com/mafredri/cdp/devtool",
"github.com/mafredri/cdp/protocol/dom",
"github.com/mafredri/cdp/protocol/emulation",
"github.com/mafredri/cdp/protocol/input",
"github.com/mafredri/cdp/protocol/page",
"github.com/mafredri/cdp/protocol/runtime",
"github.com/mafredri/cdp/protocol/target",
"github.com/mafredri/cdp/rpcc",
"github.com/mafredri/cdp/session",
"github.com/pkg/errors",