Skip to content

Commit

Permalink
Use newer Ruby version for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Apr 9, 2018
1 parent 8b1de45 commit 676eddd
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 @@ -26,10 +26,10 @@ before_install:
- sudo apt-get update -qq

# Install
- sudo apt-get install -qq ruby2.1 ruby-dev ruby-switch shellcheck moreutils php5 dos2unix
- sudo apt-get install -qq ruby ruby-dev ruby-switch shellcheck moreutils php5 dos2unix

# Set ruby version
- sudo ruby-switch --set ruby2.1
#- sudo ruby-switch --set ruby2.1

# Create custom source/bin directory
- sudo mkdir -p /usr/local/bin
Expand Down

0 comments on commit 676eddd

Please sign in to comment.