Add image software to travis to stop complaints
This commit is contained in:
parent
9b7c4023e8
commit
e6b85d5be6
|
@ -32,6 +32,7 @@ sudo: false
|
|||
cache: bundler
|
||||
|
||||
before_install:
|
||||
- sudo apt-get install -y gifsicle jpegoptim optipng jhead
|
||||
- npm i -g eslint babel-eslint
|
||||
- eslint app/assets/javascripts
|
||||
- eslint --ext .es6 app/assets/javascripts
|
||||
|
|
Loading…
Reference in New Issue