mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-04 11:10:04 -04:00
Merge pull request #3657 from tgxworld/cache_bundler_on_travis
Lets see if this properly caches bundler on travis.
This commit is contained in:
commit
72684c3c7f
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…
Add table
Reference in a new issue