Skip to content

Commit d5bd714

Browse files
committed
Fix test names for travis
1 parent 697f14d commit d5bd714

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ script:
139139
- make --jobs=2
140140
- make tests --jobs=2
141141
- make benchmarks
142-
- ./algorithm-tests
143-
- ./datastructure-tests
142+
- ./extractor-tests
143+
- ./engine-tests
144144
- ./util-tests
145145
- cd ..
146146
- cucumber -p verify

0 commit comments

Comments
 (0)