From facbe2c012994026cdfe6c0dc8045c2de46100fc Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Sun, 3 Jan 2016 18:10:09 +0100 Subject: [PATCH] Fix test names for travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c0659495b..dc0405142 100644 --- a/.travis.yml +++ b/.travis.yml @@ -139,8 +139,8 @@ script: - make --jobs=2 - make tests --jobs=2 - make benchmarks - - ./algorithm-tests - - ./datastructure-tests + - ./extractor-tests + - ./engine-tests - ./util-tests - cd .. - cucumber -p verify