Skip to content

Commit 598a094

Browse files
committed
remove dist
1 parent 38bfa9b commit 598a094

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
dist: trusty # Xenial build environment won't allow installation of Java 8
21
env:
32
global:
43
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
@@ -17,11 +16,6 @@ before_install:
1716

1817
install: bundle install --jobs=3 --retry=3
1918

20-
addons:
21-
apt:
22-
packages:
23-
- oracle-java8-installer
24-
2519
script: bash cibuild.sh || true
2620
after_script: travis_retry bundle exec s3_website push
2721

0 commit comments

Comments
 (0)