Skip to content

Commit

Permalink
Build CI using oracle java 8 and oracle java 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerok committed Aug 23, 2018
1 parent 3d633ff commit 9b8fa3e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ service:
- docker

language: java
jdk: oraclejdk8
jdk:
- oraclejdk8
#- oraclejdk10
node_js: lts/*

addons:
apt:
Expand All @@ -18,15 +21,21 @@ addons:
- unzip
- docker-ce
- python-pip
- libappindicator1
- fonts-liberation
- google-chrome-stable

install: true
before_install:
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
#
- sudo pip install docker-compose httpie >/dev/null 2>&1
- source <(curl -s https://raw.githubusercontent.com/daggerok/bash-functions/master/main.bash)
- stop_any 5432 5672 27017 8082 8082 8081 8081 8080 8080 80 80

script:

# jgiven tests and docs
#- bash gradlew -S -Pdebug clean test jgiven build documentation >/dev/null || true
- bash gradlew -S -Pdebug clean check build >/dev/null
Expand Down

0 comments on commit 9b8fa3e

Please sign in to comment.