Skip to content

Commit

Permalink
use rake without 'bundle exec ...' to hopefully fix "Don't know how t…
Browse files Browse the repository at this point in the history
…o build task 'ci'"
  • Loading branch information
paddor committed Jun 21, 2016
1 parent 9707453 commit 7c8c1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ before_install:
- export BUNDLE_PATH=$HOME/.bundle # bundle caching
- mkdir -p vendor && cd vendor && git clone --depth 1 https://github.com/paddor/czmq-ffi-gen && cd czmq-ffi-gen && ci-scripts/install-libzmq && ci-scripts/install-libczmq
sudo: false
script: bundle exec rake ci
script: rake ci
language: ruby
install: bundle install --without=development
rvm:
Expand Down

0 comments on commit 7c8c1cd

Please sign in to comment.