зеркало из
1
0
Форкнуть 0
This commit is contained in:
Vishrut Shah 2017-08-21 08:20:22 -07:00
Родитель 75d46609cf
Коммит 90c4ef2de6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,7 @@ matrix:
- rvm: 2.3.0
env: LATEST_RUNTIME=true
before_install:
- gem install bundler -v 1.14.0
- gem install bundler -v 1.14.1
- if [ "$LATEST_RUNTIME" == "true" ] ; then ./scripts/latest_runtime.sh ; fi
script:
- if [ "$INTEG_RECORDED" == "true" ] ; then bundle install --gemfile=Gemfile && bundle exec rake arm:spec ; fi