Skip to content

Commit

Permalink
Only benchmark on PRs (#324)
Browse files Browse the repository at this point in the history
This prevents also benchmarking again after merging a PR, which is slow and prevents Travis from running other jobs.
  • Loading branch information
ericphanson committed Sep 1, 2019
1 parent 8956166 commit 27fda6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
using Pkg; Pkg.instantiate();
include("benchmark/pprintjudge.jl");'
after_success: skip
if: type = pull_request
- stage: Documentation
julia: 1.0
script: julia --project=docs -e '
Expand Down

0 comments on commit 27fda6c

Please sign in to comment.