Skip to content

Commit

Permalink
Trying to switch travis env to openjdk8
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Sep 15, 2019
1 parent 3bb5d31 commit 7426e2f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
dist: xenial
services:
- xvfb
addons:
apt:
packages:
- oracle-java8-installer
env:
global:
- PYTEST_ADDOPTS="--verbose --instafail"
Expand All @@ -16,17 +12,17 @@ git:
_bindings:
java: &java
language: java
jdk: oraclejdk8
jdk: openjdk8
if: env(BUILD_ONLY) IS NOT present || env(BUILD_ONLY) =~ /java/
python: &python
language: python
python: "2.7"
jdk: oraclejdk8
jdk: openjdk8
if: env(BUILD_ONLY) IS NOT present || env(BUILD_ONLY) =~ /python/
ruby: &ruby
language: ruby
rvm: 2.4
jdk: oraclejdk8
jdk: openjdk8
if: env(BUILD_ONLY) IS NOT present || env(BUILD_ONLY) =~ /ruby/
node: &node
language: node_js
Expand Down

0 comments on commit 7426e2f

Please sign in to comment.