From e6b85d5be69e149a99efc544d0aa79fa9fc014c6 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 13 Aug 2015 15:51:42 -0400 Subject: [PATCH] Add image software to travis to stop complaints --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a57a5f703..f69939856 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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