Closed jcscottiii closed 8 years ago
Ah, and Travis's bundle caching strikes again... See 18F/go_script#16. Basically:
before_install:
- export GEM_HOME=$PWD/vendor/bundle/ruby/2.2.0
- gem install bundler
You'll need to build both of them because the others depend on them.
Just one question: Building
dev-base
anddev-standard
may be a little on the heavy side. Will that cause any problems you can think of?