Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help requested in maintaining .travis.yml #17

Open
The-Alchemist opened this issue Jun 10, 2020 · 0 comments
Open

Help requested in maintaining .travis.yml #17

The-Alchemist opened this issue Jun 10, 2020 · 0 comments

Comments

@The-Alchemist
Copy link
Owner

It's pretty basic.

language: java
jdk:
  - openjdk8
addons:
  postgresql: "9.4"
before_install:
  - psql -c 'create database pg_hibernate;' -U postgres
  - psql -U postgres -c 'create extension hstore' pg_hibernate
  - psql -U postgres -c 'GRANT ALL PRIVILEGES ON DATABASE pg_hibernate to postgres' pg_hibernate
install: 
  true
script:
  mvn verify

It'd be nice to run against newer versions of PostgreSQL and Java. Maybe even matrix with Java version.

Any takers? =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant