Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Aug 29, 2017
1 parent 1b81125 commit efa1b0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
sudo: false
language: ruby
cache: bundler
script: "bundle exec rake validate lint spec danger"
script:
- "bundle exec rake validate lint spec danger"
- "bundle exec danger"
before_install:
- gem update bundler
matrix:
Expand Down

0 comments on commit efa1b0d

Please sign in to comment.