Skip to content

Commit

Permalink
Remove the deprecated sudo option.
Browse files Browse the repository at this point in the history
All builds now run on the virtual machine-based infrastructure.

https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
  • Loading branch information
philr committed Nov 7, 2020
1 parent 4433b3e commit 5fda4c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: ruby
dist: trusty
sudo: false
before_install:
- if [[ $TRAVIS_RUBY_VERSION =~ ^jruby- && ! $TRAVIS_RUBY_VERSION =~ ^jruby-(1|9\.[01]\.) ]]; then export JRUBY_OPTS=`echo "$JRUBY_OPTS" | sed -E -e 's/--((no)?client|server)//g'`; fi
- if [[ $TRAVIS_RUBY_VERSION =~ ^jruby- ]]; then echo "JRUBY_OPTS=$JRUBY_OPTS"; fi
Expand Down

0 comments on commit 5fda4c3

Please sign in to comment.