Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
Add test & benchmark job names
Browse files Browse the repository at this point in the history
  • Loading branch information
joar committed Dec 10, 2018
1 parent b92c10d commit 8e0914d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ script:
jobs:
include:
- stage: test
name: run tests
env:
- TARGET="test test-example-scripts"

- stage: benchmark
name: run benchmark-full
script: make benchmark-full
env:
- TARGET=benchmark-full
Expand Down

0 comments on commit 8e0914d

Please sign in to comment.