Skip to content

Commit

Permalink
Let's cache spec/dummy on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
simi committed Dec 2, 2014
1 parent 65176fe commit c7e3385
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
language: ruby
cache: bundler
bundler_args: --without development
cache:
bundler: true
directories:
- spec/dummy
install:
- bundle install --without development --path=${BUNDLE_PATH:-vendor/bundle}
- "if [ ! -d spec/dummy ]; then bundle exec rake refinery:testing:dummy_app;fi"
before_script:
- "sh -e /etc/init.d/xvfb start"
- "bundle exec rake refinery:testing:dummy_app"
script:
- "DISPLAY=:99.0 bundle exec rspec $EXTENSION/spec"
env:
Expand Down

0 comments on commit c7e3385

Please sign in to comment.