travis: add before_script stanza

This commit is contained in:
Roland Walker 2014-06-06 19:04:25 -04:00
parent aa1a2064fc
commit c587be6f80
1 changed files with 9 additions and 0 deletions

View File

@ -13,6 +13,15 @@ before_install:
- sudo /usr/bin/gem install bundler
install:
- sudo /usr/bin/bundle
before_script:
- printenv PATH
- /usr/bin/which ruby
- ruby --version
- /usr/bin/which bundle
- bundle --version
- /usr/bin/which rake
- rake --version
- ls "/System/Library/Frameworks/Ruby.framework/Versions/${CASK_SYSTEM_RUBY_VERSION}/usr/bin"
script:
- /usr/bin/bundle exec /usr/bin/rake test
notifications: