Skip to content

Commit

Permalink
Move Danger to Travis 'script' section
Browse files Browse the repository at this point in the history
  • Loading branch information
suchow committed Aug 17, 2016
1 parent 1daa370 commit 1dbb968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,10 +19,10 @@ install:
- gem install danger-prose
before_script:
- travis lint -x --skip-completion-check
- bundle exec danger
script:
- pep8 .
- pep257 . --match='.*\.py'
- bundle exec danger
- nosetests --with-coverage --cover-package proselint
- if [ "$TRAVIS_BRANCH" = "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
python scripts/insert_demo.py;
Expand Down

0 comments on commit 1dbb968

Please sign in to comment.