--- sudo: false language: ruby #cache: bundler rvm: - 2.2.4 matrix: include: - env: OPENSTUDIO_VERSION=2.7.0 && OPENSTUDIO_SHA=544f363db5 && RUBYLIB=/usr/local/openstudio-2.7.0/Ruby:/usr/Ruby before_install: - gem install bundler -v '1.17' - gem install bundler -v '~> 1.17' install: - bundle install before_script: - curl -sLO https://raw.githubusercontent.com/NREL/OpenStudio-server/develop/docker/deployment/scripts/install_openstudio.sh - chmod +x install_openstudio.sh - sudo ./install_openstudio.sh $OPENSTUDIO_VERSION $OPENSTUDIO_SHA - sudo ./install_openstudio.sh $OPENSTUDIO_VERSION $OPENSTUDIO_SHA script: - bundle exec rake - bundle exec rake