This repository has been archived on 2025-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
bactdb/.travis.yml
Matthew Dillon be9e6481d0 Roughing in JWT-based authentication.
Todo: Actually utilize this stuff somewhere.
2014-12-10 13:52:26 -09:00

12 lines
222 B
YAML

language: go
addons:
postgresql: 9.3
go: 1.3
before_script:
- psql -c 'CREATE DATABASE bactdbtest;' -U postgres
- openssl genrsa -out keys/app.rsa 2048
- openssl rsa -in keys/app.rsa -pubout > keys/app.rsa.pub