Skip to content

Commit

Permalink
fix oraclejdk8 build
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko committed Feb 23, 2018
1 parent 0080a1f commit 2663713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ matrix:
- travis
after_deploy:
- echo 'after_deploy'
- os: linuxwin
- os: linux
jdk: oraclejdk8
- os: osx
osx_image: xcode9.1
Expand All @@ -50,7 +50,7 @@ notifications:
before_install:
- date -u
- uname -a
- if [[ "$TRAVIS_OS_NAME" == "linux" ]] ; then sudo apt-get install -y rpm; else brew install rpm; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]] ; then brew install rpm; else sudo apt-get install -y rpm; fi
- git fetch -t
- export git_version_last="$(git describe --abbrev=0 --tags)"
- export git_version="$(echo $git_version_last | awk -F . '{ printf "%d.%d.%d", $1,$2,$3 + 1}')"
Expand Down

0 comments on commit 2663713

Please sign in to comment.