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

Commit 6c669cd

Browse files
committed
Exclude only tests/examples directory in Travis
1 parent 088e90f commit 6c669cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ before_script:
1212

1313
script:
1414
- ./vendor/bin/tester tests
15-
- ./parallel-lint --exclude vendor --exclude tests --no-colors .
16-
- ./parallel-lint --exclude vendor --exclude tests .
15+
- ./parallel-lint --exclude vendor --exclude tests/examples --no-colors .
16+
- ./parallel-lint --exclude vendor --exclude tests/examples .

0 commit comments

Comments
 (0)