Sha256: b34cc6f8b322d6f188cdd115ac77fa1c67ed5cc9f4c80511d7d925d50bf11cd4
Contents?: true
Size: 516 Bytes
Versions: 2
Compression:
Stored size: 516 Bytes
Contents
--- sudo: false dist: bionic language: ruby rvm: - 2.5.5 matrix: include: - env: OPENSTUDIO_VERSION=3.0.1 OPENSTUDIO_SHA=09b7c8a554 RUBYLIB=/usr/local/openstudio-3.0.1/Ruby:/usr/Ruby before_install: - gem install bundler - bundle -v install: - bundle install before_script: - curl -LO https://github.com/NREL/OpenStudio/releases/download/v3.0.1/OpenStudio-3.0.1+09b7c8a554-Linux.deb - sudo apt install ./OpenStudio-3.0.1+09b7c8a554-Linux.deb script: # run all tests together - bundle exec rspec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
openstudio-metadata-0.1.1 | .travis.yml |
openstudio-metadata-0.0.1 | .travis.yml |