mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
Lets see if this properly caches bundler on travis.
This commit is contained in:
parent
90388aa18e
commit
ce2ae90831
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue