`sudo` doesn't work in Travic-CI
This commit is contained in:
parent
20a3b651f8
commit
1aa4aeadcb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue