Skip to content

Commit 6f6a49f

Browse files
committed
Travis fix
1 parent a698d49 commit 6f6a49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ script:
3131
make linkcheck || EXIT_STATUS=$?
3232
cd ..
3333
python -m pytest_check_links || EXIT_STATUS=$?
34-
exit $EXIT_STATUS;
34+
(exit $EXIT_STATUS)
3535
fi

0 commit comments

Comments
 (0)