qvest-digital / loginsrv

JWT login microservice with plugable backends such as OAuth2, Google, Github, htpasswd, osiam, ..
MIT License
1.92k stars 150 forks source link

Fix up travis builds #144

Closed kernle32dll closed 4 years ago

kernle32dll commented 4 years ago

Don't only build against tip, but also 1.12 and 1.13. tip builds are considered failable, as tip might be in an unstable state.

kernle32dll commented 4 years ago

The reason for the failing tip build is fixed in https://github.com/tarent/loginsrv/pull/145 Still, tip might break at any time, and thus is not safe to rely on IMO.