We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6419e commit a9e0907Copy full SHA for a9e0907
1 file changed
.travis.yml
@@ -25,7 +25,9 @@ jobs:
25
script:
26
# On macOS swift test (i.e. XCTest) outputs to stderr so we need to redirect pipes.
27
- swift test -c release -Xswiftc -enable-testing --filter BitByteDataBenchmarks 2>&1 | ./ppbenchmarks.py
28
- - language: generic
+ - stage: benchmark
29
+ if: NOT (tag IS present)
30
+ language: generic
31
os: linux
32
dist: trusty
33
install:
0 commit comments