From 8e0914d9da585cc3550b83f26225e38e941fd69a Mon Sep 17 00:00:00 2001 From: Joar Wandborg Date: Mon, 10 Dec 2018 16:18:55 +0100 Subject: [PATCH] Add test & benchmark job names --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b86f8b0..1a29a0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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