1
0
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:
Gerasimos (Makis) Maropoulos
2020-08-17 21:53:17 +03:00
parent a61f743fa8
commit 589c8c6242
14 changed files with 678 additions and 48 deletions

View File

@@ -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: