Skip to content

Commit

Permalink
rvm use
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 28, 2016
1 parent 56c06be commit 109b455
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ sudo: false
cache:
directories:
- $HOME/.m2
rvm:
- 2.2.2
script:
script:
- set -e
- mvn clean install -Pqulice --errors --batch-mode
- mvn clean
Expand All @@ -16,6 +14,8 @@ addons:
packages:
- libmagic1
- libmagic-dev
pre_install:
- rvm use 2.2.2
install:
- gem install pdd
- gem install est
Expand Down

0 comments on commit 109b455

Please sign in to comment.