Skip to content

Commit

Permalink
(maint) ensure travis checks for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Sep 5, 2017
1 parent e57c851 commit 53e8df2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
sudo: false
language: ruby
cache: bundler
script: "bundle exec rake release_checks"
bundler_args: --without system_tests
script: "bundle exec rake validate lint spec"
#Inserting below due to the following issue: https://github.com/travis-ci/travis-ci/issues/3531#issuecomment-88311203
before_install:
- gem update bundler
Expand Down

0 comments on commit 53e8df2

Please sign in to comment.