diff --git a/.travis.yml b/.travis.yml index 4499a99..02cdb6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,7 +62,7 @@ before_script: # @link http://jshint.com/docs/ - if [[ "$SNIFF" == "1" ]]; then npm install -g jshint; fi # Pull in the WP Core jshint rules. - - wget https://develop.svn.wordpress.org/trunk/.jshintrc + - if [[ "$SNIFF" == "1" ]]; then wget https://develop.svn.wordpress.org/trunk/.jshintrc; fi # Run test script commands. # Default is specific to project language.