Re-enable linting in Travis

This commit is contained in:
Garrett Honeycutt 2015-08-05 11:55:40 -04:00
parent 2b39c4153d
commit 95ed538ec4

View File

@ -25,9 +25,7 @@ env:
sudo: false
#script: 'bundle exec metadata-json-lint metadata.json && bundle exec rake validate && bundle exec rake lint && SPEC_OPTS="--format documentation" bundle exec rake spec'
# don't care about lint right now..
script: 'bundle exec metadata-json-lint metadata.json && bundle exec rake validate && SPEC_OPTS="--format documentation" bundle exec rake spec'
script: 'bundle exec metadata-json-lint metadata.json && bundle exec rake validate && bundle exec rake lint && SPEC_OPTS="--format documentation" bundle exec rake spec'
matrix:
fast_finish: true