Skip to content

Commit

Permalink
update travis build distro
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Apr 3, 2019
1 parent 19c917b commit c62870c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: trusty
dist: xenial
install:
- for i in $(cat .circle-ruby) ; do rvm install $i || exit 1 ; done
- for i in $(cat .circle-ruby) ; do rvm-exec $i bundle install || exit 1 ; done
Expand Down

0 comments on commit c62870c

Please sign in to comment.