Skip to content

Commit

Permalink
Added integration test to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hierynomus committed Dec 28, 2017
1 parent 048f84b commit ca81c2e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .travis.yml
Expand Up @@ -5,6 +5,11 @@ sudo: required
services:
- docker

jdk:
- oraclejdk8
- openjdk8
- oraclejdk9

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
Expand All @@ -14,13 +19,12 @@ cache:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/

jdk:
- oraclejdk8
- openjdk8
- oraclejdk9

before_install:
- pip install --user codecov

script:
- ./gradlew check
- ./gradlew integrationTest

after_success:
- codecov

0 comments on commit ca81c2e

Please sign in to comment.