1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 18:37:05 +00:00

remove travis

This commit is contained in:
Gerasimos (Makis) Maropoulos
2021-02-19 09:41:24 +02:00
parent 0081171aa6
commit 6587b387b6
12 changed files with 76 additions and 7323 deletions

View File

@@ -4,6 +4,7 @@ for f in ../../_examples/*; do
if [ -d "$f" ]; then
# Will not run if no directories are available
go mod init
go get -u github.com/kataras/iris/v12@master
go mod download
go run .
fi