Pivotal-Boulder / pivot-texts

3 stars 1 forks source link

Travis CI #1

Open jeanbza opened 8 years ago

jeanbza commented 8 years ago

Example .travis.yml file:

language: java
jdk:
  - oraclejdk8
script:
  - ./gradlew clean test
jeanbza commented 8 years ago

Nevermind - with DB testing this will not work in travis ci :/

jeanbza commented 8 years ago

Ah, wait, I redact that - travis CI supports postgressql: http://docs.travis-ci.com/user/database-setup/