mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
sudo
doesn't work in Travic-CI
This commit is contained in:
parent
20a3b651f8
commit
1aa4aeadcb
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ sudo: false
|
||||||
cache: bundler
|
cache: bundler
|
||||||
|
|
||||||
before_install:
|
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
|
- npm i -g eslint babel-eslint
|
||||||
- eslint app/assets/javascripts
|
- eslint app/assets/javascripts
|
||||||
- eslint --ext .es6 app/assets/javascripts
|
- eslint --ext .es6 app/assets/javascripts
|
||||||
|
|
Loading…
Reference in a new issue