Add image software to travis to stop complaints

This commit is contained in:
Robin Ward 2015-08-13 15:51:42 -04:00
parent 9b7c4023e8
commit e6b85d5be6

View file

@ -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