We need to call bundle before we call rake

Travis did this magically I suppose. I'm not sure though.
This commit is contained in:
Matthias Beyer 2017-02-07 08:38:01 +01:00
parent 1ca1a46cd4
commit 20df1bbb03

View file

@ -9,7 +9,7 @@ bundle:
@$(ECHO) "[BUNDLE]"
@$(BUNDLE) install --path vendor/bundle
bundle-rake-thermite-test:
bundle-rake-thermite-test: bundle
@$(ECHO) "[RAKE ][thermite]"
@CARGO_TARGET=debug $(BUNDLE) exec rake thermite:tarball