| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349 |
- sudo: required
- language: go
- sevices:
- - docker
- addons:
- apt:
- packages:
- - docker-ce
- jobs:
- include:
- - stage: gotest
- script: make ci
- go: "1.7"
- - script: make ci
- go: "1.8"
- - script: make ci
- go: "1.9"
- - script: make ci
- go: "1.10"
- - script: make ci
- go: "1.11"
- - script: make ci
- go: "master"
- - stage: plain go app tests
- script: make testplain
- env: GO_VERSION=1.11
- - if: branch = master
- script: make testplain
- env: GO_VERSION=1.10
- - if: branch = master
- script: make testplain
- env: GO_VERSION=1.9
- - if: branch = master
- script: make testplain
- env: GO_VERSION=1.8
- - if: branch = master
- script: make testplain
- env: GO_VERSION=1.7
- - stage: net/http tests
- script: make testnethttp
- env: GO_VERSION=1.11
- - if: branch = master
- script: make testnethttp
- env: GO_VERSION=1.10
- - if: branch = master
- script: make testnethttp
- env: GO_VERSION=1.9
- - if: branch = master
- script: make testnethttp
- env: GO_VERSION=1.8
- - if: branch = master
- script: make testnethttp
- env: GO_VERSION=1.7
- - stage: gin tests
- script: make testgin
- env:
- - GO_VERSION=1.11
- - GIN_VERSION=v1.3.0
- - if: branch = master
- script: make testgin
- env:
- - GO_VERSION=1.10
- - GIN_VERSION=v1.3.0
- - if: branch = master
- script: make testgin
- env:
- - GO_VERSION=1.9
- - GIN_VERSION=v1.3.0
- - if: branch = master
- script: make testgin
- env:
- - GO_VERSION=1.8
- - GIN_VERSION=v1.3.0
- - if: branch = master
- script: make testgin
- env:
- - GO_VERSION=1.7
- - GIN_VERSION=v1.3.0
- - if: branch = master
- script: make testgin
- env:
- - GO_VERSION=1.11
- - GIN_VERSION=v1.2
- - if: branch = master
- script: make testgin
- env:
- - GO_VERSION=1.10
- - GIN_VERSION=v1.2
- - if: branch = master
- script: make testgin
- env:
- - GO_VERSION=1.9
- - GIN_VERSION=v1.2
- - if: branch = master
- script: make testgin
- env:
- - GO_VERSION=1.8
- - GIN_VERSION=v1.2
- - if: branch = master
- script: make testgin
- env:
- - GO_VERSION=1.7
- - GIN_VERSION=v1.2
- - if: branch = master
- script: make testgin
- env:
- - GO_VERSION=1.11
- - GIN_VERSION=v1.1
- - if: branch = master
- script: make testgin
- env:
- - GO_VERSION=1.10
- - GIN_VERSION=v1.1
- - if: branch = master
- script: make testgin
- env:
- - GO_VERSION=1.9
- - GIN_VERSION=v1.1
- - if: branch = master
- script: make testgin
- env:
- - GO_VERSION=1.8
- - GIN_VERSION=v1.1
- - if: branch = master
- script: make testgin
- env:
- - GO_VERSION=1.7
- - GIN_VERSION=v1.1
- - if: branch = master
- script: make testgin
- env:
- - GO_VERSION=1.11
- - GIN_VERSION=v1.0
- - if: branch = master
- script: make testgin
- env:
- - GO_VERSION=1.10
- - GIN_VERSION=v1.0
- - if: branch = master
- script: make testgin
- env:
- - GO_VERSION=1.9
- - GIN_VERSION=v1.0
- - if: branch = master
- script: make testgin
- env:
- - GO_VERSION=1.8
- - GIN_VERSION=v1.0
- - if: branch = master
- script: make testgin
- env:
- - GO_VERSION=1.7
- - GIN_VERSION=v1.0
- - stage: martini tests
- script: make testmartini
- env: GO_VERSION=1.11
- - if: branch = master
- script: make testmartini
- env: GO_VERSION=1.10
- - if: branch = master
- script: make testmartini
- env: GO_VERSION=1.9
- - if: branch = master
- script: make testmartini
- env: GO_VERSION=1.8
- - if: branch = master
- script: make testmartini
- env: GO_VERSION=1.7
- - stage: negroni tests
- script: make testnegroni
- env:
- - GO_VERSION=1.11
- - NEGRONI_VERSION=v1.0.0
- - if: branch = master
- script: make testnegroni
- env:
- - GO_VERSION=1.10
- - NEGRONI_VERSION=v1.0.0
- - if: branch = master
- script: make testnegroni
- env:
- - GO_VERSION=1.9
- - NEGRONI_VERSION=v1.0.0
- - if: branch = master
- script: make testnegroni
- env:
- - GO_VERSION=1.8
- - NEGRONI_VERSION=v1.0.0
- - if: branch = master
- script: make testnegroni
- env:
- - GO_VERSION=1.7
- - NEGRONI_VERSION=v1.0.0
- - if: branch = master
- script: make testnegroni
- env:
- - GO_VERSION=1.11
- - NEGRONI_VERSION=v0.3.0
- - if: branch = master
- script: make testnegroni
- env:
- - GO_VERSION=1.10
- - NEGRONI_VERSION=v0.3.0
- - if: branch = master
- script: make testnegroni
- env:
- - GO_VERSION=1.9
- - NEGRONI_VERSION=v0.3.0
- - if: branch = master
- script: make testnegroni
- env:
- - GO_VERSION=1.8
- - NEGRONI_VERSION=v0.3.0
- - if: branch = master
- script: make testnegroni
- env:
- - GO_VERSION=1.7
- - NEGRONI_VERSION=v0.3.0
- - if: branch = master
- script: make testnegroni
- env:
- - GO_VERSION=1.11
- - NEGRONI_VERSION=v0.2.0
- - if: branch = master
- script: make testnegroni
- env:
- - GO_VERSION=1.10
- - NEGRONI_VERSION=v0.2.0
- - if: branch = master
- script: make testnegroni
- env:
- - GO_VERSION=1.9
- - NEGRONI_VERSION=v0.2.0
- - if: branch = master
- script: make testnegroni
- env:
- - GO_VERSION=1.8
- - NEGRONI_VERSION=v0.2.0
- - if: branch = master
- script: make testnegroni
- env:
- - GO_VERSION=1.7
- - NEGRONI_VERSION=v0.2.0
- - stage: revel tests
- script: make testrevel
- env:
- - GO_VERSION=1.11
- - REVEL_VERSION=v0.21.0
- - REVEL_CMD_VERSION=v0.21.1
- - if: branch = master
- script: make testrevel
- env:
- - GO_VERSION=1.10
- - REVEL_VERSION=v0.21.0
- - REVEL_CMD_VERSION=v0.21.1
- - if: branch = master
- script: make testrevel
- env:
- - GO_VERSION=1.9
- - REVEL_VERSION=v0.21.0
- - REVEL_CMD_VERSION=v0.21.1
- - if: branch = master
- script: make testrevel
- env:
- - GO_VERSION=1.8
- - REVEL_VERSION=v0.21.0
- - REVEL_CMD_VERSION=v0.21.1
- - if: branch = master
- script: make testrevel
- env:
- - GO_VERSION=1.11
- - REVEL_VERSION=v0.20.0
- - REVEL_CMD_VERSION=v0.20.2
- - if: branch = master
- script: make testrevel
- env:
- - GO_VERSION=1.10
- - REVEL_VERSION=v0.20.0
- - REVEL_CMD_VERSION=v0.20.2
- - if: branch = master
- script: make testrevel
- env:
- - GO_VERSION=1.9
- - REVEL_VERSION=v0.20.0
- - REVEL_CMD_VERSION=v0.20.2
- - if: branch = master
- script: make testrevel
- env:
- - GO_VERSION=1.8
- - REVEL_VERSION=v0.20.0
- - REVEL_CMD_VERSION=v0.20.2
- - if: branch = master
- script: make testrevel
- env:
- - GO_VERSION=1.11
- - REVEL_VERSION=v0.19.1
- - REVEL_CMD_VERSION=v0.19.0
- - if: branch = master
- script: make testrevel
- env:
- - GO_VERSION=1.10
- - REVEL_VERSION=v0.19.1
- - REVEL_CMD_VERSION=v0.19.0
- - if: branch = master
- script: make testrevel
- env:
- - GO_VERSION=1.9
- - REVEL_VERSION=v0.19.1
- - REVEL_CMD_VERSION=v0.19.0
- - if: branch = master
- script: make testrevel
- env:
- - GO_VERSION=1.11
- - REVEL_VERSION=v0.18.0
- - REVEL_CMD_VERSION=v0.18.0
- - if: branch = master
- script: make testrevel
- env:
- - GO_VERSION=1.10
- - REVEL_VERSION=v0.18.0
- - REVEL_CMD_VERSION=v0.18.0
- - if: branch = master
- script: make testrevel
- env:
- - GO_VERSION=1.9
- - REVEL_VERSION=v0.18.0
- - REVEL_CMD_VERSION=v0.18.0
|