Sha256: ff8a78f0cba96edae33e3f4da5ae27e4124205bc5fadcc7e6c388bdae888078e

Contents?: true

Size: 690 Bytes

Versions: 2

Compression:

Stored size: 690 Bytes

Contents

---
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   
  

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
urbanopt-scenario-0.1.1 .travis.yml
urbanopt-scenario-0.1.0 .travis.yml