Skip to content

Commit a4509b1

Browse files
committed
fixed travis yaml file
1 parent 3075ada commit a4509b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ before_script:
1616
- "pyflakes ."
1717
script:
1818
- cd libnmap
19-
- python test/diff_test.py
19+
- python test/host_test.py
2020
- python test/parser_test.py
2121
- python test/report_test.py
22+
- python test/report_diff_test.py
23+
- python test/service_test.py

0 commit comments

Comments
 (0)