mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
Add JSHint to Travis validation
Run before the install as it acts as a fast fail vs the gem install time
This commit is contained in:
parent
96bf38757d
commit
7618220296
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ language: ruby
|
|||
rvm:
|
||||
- 2.0.0
|
||||
- 2.1.1
|
||||
before_install:
|
||||
- npm i -g jshint
|
||||
- jshint .
|
||||
before_script:
|
||||
- psql -c 'create database discourse_test;' -U postgres
|
||||
- export DISCOURSE_HOSTNAME=www.example.com
|
||||
|
|
Loading…
Reference in a new issue