From 8ad2db7d2b159e37063f89f6db8527c63594f3c9 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 13 Aug 2015 16:04:31 -0400 Subject: [PATCH] Revert "Add image software to travis to stop complaints" This reverts commit e6b85d5be69e149a99efc544d0aa79fa9fc014c6. We apparently can't do this because we are on Travis' docker infrastructure. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f69939856..a57a5f703 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,6 @@ 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