mirror of
https://github.com/kataras/iris.git
synced 2026-01-23 03:45:56 +00:00
new apps/switch (beta)
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -5,6 +5,8 @@ os:
|
||||
- linux
|
||||
- osx
|
||||
go:
|
||||
# We support the latest two major Go versions:
|
||||
# https://golang.org/doc/devel/release.html
|
||||
- 1.14.x
|
||||
- 1.15.x
|
||||
# - master
|
||||
@@ -12,6 +14,15 @@ go_import_path: github.com/kataras/iris/v12
|
||||
env:
|
||||
global:
|
||||
- GO111MODULE=on
|
||||
addons:
|
||||
hosts:
|
||||
- mydomain.com
|
||||
- www.mydomain.com
|
||||
- myotherdomain.com
|
||||
- mymy.com
|
||||
- testdomain.com
|
||||
- testdomain1.com
|
||||
- testdomain2.com
|
||||
install:
|
||||
- go get ./...
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user