core: travis config to use canonical import path
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
parent
953c3254e7
commit
6ca1e6b7ec
|
@ -1,5 +1,6 @@
|
||||||
language: go
|
language: go
|
||||||
sudo: true
|
sudo: true
|
||||||
|
go_import_path: gobot.io/x/gobot
|
||||||
go:
|
go:
|
||||||
- 1.4
|
- 1.4
|
||||||
- 1.5
|
- 1.5
|
||||||
|
|
Loading…
Reference in New Issue