Skip to content

Commit a9e0907

Browse files
committed
Don't run linux benchmarks on tags in CI
1 parent 1e6419e commit a9e0907

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
script:
2626
# On macOS swift test (i.e. XCTest) outputs to stderr so we need to redirect pipes.
2727
- swift test -c release -Xswiftc -enable-testing --filter BitByteDataBenchmarks 2>&1 | ./ppbenchmarks.py
28-
- language: generic
28+
- stage: benchmark
29+
if: NOT (tag IS present)
30+
language: generic
2931
os: linux
3032
dist: trusty
3133
install:

0 commit comments

Comments
 (0)