18F / knowledge-sharing-toolkit

[EXPERIMENTAL] Docker components for the knowledge sharing toolkit
https://docs.google.com/document/d/19Q2t5zHzVKAv4ncftrzvKIqE0QVDWb1Nq_jQep69mTw/edit
Other
0 stars 7 forks source link

Add travis ci support #3

Closed jcscottiii closed 8 years ago

mbland commented 8 years ago

Just one question: Building dev-base and dev-standard may be a little on the heavy side. Will that cause any problems you can think of?

mbland commented 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
jcscottiii commented 8 years ago

You'll need to build both of them because the others depend on them.