Skip to content

Commit 053b1db

Browse files
committed
Redo the travis file (#177)
1 parent 25a4408 commit 053b1db

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ os:
1010

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

0 commit comments

Comments
 (0)