Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit e428fd9

Browse files
committed
[minor] cleanup after test
1 parent fd2f537 commit e428fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
4-
tox -- molecule test --all --destroy never
4+
tox -- molecule test --all
55
else
66
tox -- molecule test -s default --destroy always
77
tox -- molecule test -s alternative --destroy never

0 commit comments

Comments
 (0)