Skip to content

Commit 6f2539c

Browse files
committed
try to make testing work again ... stay in test dir as earlier
1 parent 3dd356c commit 6f2539c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ os:
1010

1111
script:
1212
- ./build.sh
13-
- cd test && make && cd ..
14-
- ./test/generate-xml.sh test/test-frames
15-
- ./test/generate-xml.sh test/error-frames || true
16-
- ./test/generate-xml.sh test/unsupported-frames || true
13+
- cd test && make
14+
- ./generate-xml.sh test-frames
15+
- ./generate-xml.sh error-frames || true
16+
- ./generate-xml.sh unsupported-frames || true

0 commit comments

Comments
 (0)