Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgueiros authored Dec 3, 2016
1 parent 6b3725e commit 880e92b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: java

jdk:
- oraclejdk8

services:
- postgresql

before_script:
- sed -i 's/ifpe//' src/main/resources/META-INF/persistence.xml
- psql -c 'create database whist;' -U postgres

0 comments on commit 880e92b

Please sign in to comment.