Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Commit

Permalink
Try out Travis CI caching.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 23, 2015
1 parent 3035f12 commit ed25aea
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,22 @@ language: node_js
node_js:
- "0.12"

rvm:
- 2.0
- 2.1
env:
matrix:
- RUBY_VERSION=2.0
- RUBY_VERSION=2.2

before_install:
- rvm install $RUBY_VERSION
- rvm use $RUBY_VERSION --fuzzy
- export GEMDIR=$(rvm gemdir)

install:
- travis_retry npm install -g grunt-cli
- travis_retry npm install
- travis_retry bundle install
- travis_retry bundle install --without development --deployment --jobs=3

cache:
directories:
- vendor/bundle
- node_modules

0 comments on commit ed25aea

Please sign in to comment.