Bump eslint for travis to 4.0.

This commit is contained in:
Guo Xiang Tan 2017-06-23 09:06:21 +09:00
parent f02bf8e4c3
commit 3f4b5e0246
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ before_install:
- git clone --depth=1 https://github.com/discourse/discourse-cakeday.git plugins/discourse-cakeday
- git clone --depth=1 https://github.com/discourse/discourse-canned-replies.git plugins/discourse-canned-replies
- git clone --depth=1 https://github.com/discourse/discourse-slack-official.git plugins/discourse-slack-official
- yarn global add eslint@3 babel-eslint
- yarn global add eslint babel-eslint
- eslint app/assets/javascripts
- eslint --ext .es6 app/assets/javascripts
- eslint --ext .es6 test/javascripts