mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
Add image software to travis to stop complaints
This commit is contained in:
parent
9b7c4023e8
commit
e6b85d5be6
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ sudo: false
|
||||||
cache: bundler
|
cache: bundler
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- sudo apt-get install -y gifsicle jpegoptim optipng jhead
|
||||||
- npm i -g eslint babel-eslint
|
- npm i -g eslint babel-eslint
|
||||||
- eslint app/assets/javascripts
|
- eslint app/assets/javascripts
|
||||||
- eslint --ext .es6 app/assets/javascripts
|
- eslint --ext .es6 app/assets/javascripts
|
||||||
|
|
Loading…
Reference in a new issue