Merge pull request #3657 from tgxworld/cache_bundler_on_travis

Lets see if this properly caches bundler on travis.
This commit is contained in:
Sam 2015-08-17 10:49:26 +10:00
commit 72684c3c7f
1 changed files with 4 additions and 1 deletions

View File

@ -35,9 +35,12 @@ services:
sudo: false
cache: bundler
cache:
directories:
- vendor/bundle
before_install:
- gem install bundler
- npm i -g eslint babel-eslint
- eslint app/assets/javascripts
- eslint --ext .es6 app/assets/javascripts