Sha256: a6764dbd805d861c0b3734adef3f1268db5c67c572bbdd0a5ebc8b682e485300

Contents?: true

Size: 549 Bytes

Versions: 2

Compression:

Stored size: 549 Bytes

Contents

sudo: true
language: ruby
rvm:
  - 2.2.4
matrix:
  include:
  - env: OPENSTUDIO_VERSION=2.4.0 && OPENSTUDIO_SHA=f58a3e1808 && RUBYLIB=/usr/Ruby
  - env: OPENSTUDIO_VERSION=2.5.1 && OPENSTUDIO_SHA=4f268e2854 && RUBYLIB=/usr/Ruby
before_install: gem install bundler -v 1.16.2
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
script:
  - bundle exec rake

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
openstudio_measure_tester-0.1.7 .travis.yml
openstudio_measure_tester-0.1.6 .travis.yml