Skip to content

Commit

Permalink
Merge pull request #51 from feedzai/fix-ci-travis
Browse files Browse the repository at this point in the history
Force Travis CI to run with JDK 8 as otherwise the build is currently failing

Back-ported to branches:

    hf-0.3.X:
    hf-0.4.X:
    hf-1.0.X:
  • Loading branch information
shengwangsw committed Sep 30, 2019
1 parent abd8f1b commit af0681f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
language: java
dist: trusty

jdk:
- oraclejdk8

addons:
apt:
packages:
- oracle-java8-installer

# Travis is configured to run on pushed branches and pull requests so if we don't filter branches it runs twice when
# we push the PR branch in our repo
Expand Down

0 comments on commit af0681f

Please sign in to comment.