Sha256: 49c429fbe356402739c0fd60d58fd0d77a556418be9dfe6664d4e32d87c414ce

Contents?: true

Size: 455 Bytes

Versions: 2

Compression:

Stored size: 455 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
openstudio_measure_tester-0.1.4 .travis.yml
openstudio_measure_tester-0.1.3 .travis.yml