Skip to content

Commit

Permalink
activate benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
carocad committed Oct 14, 2019
1 parent 4002a85 commit c0066d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:
- lein trampoline test
- nvm install 10.10 && nvm use 10.10 && lein trampoline cljsbuild test

# only run the benchmark is we are on master
# only run the benchmark if we are trying to merge to master
# otherwise the build takes too long
- stage: Benchmark
#if: head_branch = master
if: branch = master
script:
- lein trampoline test :benchmark
Expand Down

0 comments on commit c0066d3

Please sign in to comment.