Don't need to generate keys during testing

This commit is contained in:
Matthew Dillon 2015-01-28 10:17:05 -09:00
parent 83c14adeec
commit ef2209c066

View file

@ -7,6 +7,4 @@ go: 1.4
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