sudo doesn't work in Travic-CI

This commit is contained in:
Régis Hanol 2015-08-14 12:07:08 +02:00
parent 20a3b651f8
commit 1aa4aeadcb

View file

@ -38,7 +38,7 @@ sudo: false
cache: bundler
before_install:
- sudo apt-get install -y gifsicle jpegoptim optipng jhead
- apt-get install -y gifsicle jpegoptim optipng jhead
- npm i -g eslint babel-eslint
- eslint app/assets/javascripts
- eslint --ext .es6 app/assets/javascripts