Skip to content

Commit

Permalink
Better way to discover new commits
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <mcihar@suse.cz>
  • Loading branch information
nijel committed Dec 4, 2013
1 parent 10bc618 commit 18172ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ before_script:
script:
- ./scripts/generate-mo --quiet
- ant phpunit lint
- if [[ $TRAVIS_PULL_REQUEST != "false" ]] ; then ./scripts/check-dco $TRAVIS_COMMIT_RANGE ; fi
- if [[ $TRAVIS_PULL_REQUEST != "false" ]] ; then ./scripts/check-dco origin/master..FETCH_HEAD ; fi
after_script:
- php vendor/bin/coveralls -v

0 comments on commit 18172ec

Please sign in to comment.