Lets see if this properly caches bundler on travis.

This commit is contained in:
Guo Xiang Tan 2015-08-17 01:05:57 +08:00
parent 90388aa18e
commit ce2ae90831

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