Skip to content

Commit

Permalink
Merge pull request #185 from afk11/postgres-tests-in-ci
Browse files Browse the repository at this point in the history
minigl: run postgres tests on CI
  • Loading branch information
ar authored Oct 1, 2020
2 parents ffd02f6 + f3191a0 commit 5d4e5a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ script:
- java -version
script:
- TERM=dumb ./gradlew assemble check --info --stacktrace
- cd modules/minigl && TERM=dumb ../../gradlew clean test --rerun-tasks -Dtest.minigl_db_driver=postgres
after_success: ".travis/update-gh-pages.sh"
after_failure: ".travis/update-gh-pages.sh"
env:
Expand Down

0 comments on commit 5d4e5a5

Please # to comment.