Skip to content

Commit 4f7d316

Browse files
committed
Make archetype tests skippable (lenskit#362)
1 parent 59ef02a commit 4f7d316

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

etc/ci/test-archetypes.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ require_files()
5252
fi
5353
}
5454

55+
if git log --format=medium -n1 HEAD |fgrep -q "[skip archetypes]"; then
56+
skip "Skipping archetype tests"
57+
fi
58+
5559
travis_begin_section "archetype.setup"
5660
cmd sudo apt-get install r-base-dev graphviz texlive-latex-base
5761
cmd sudo Rscript etc/setup-R-deps.R

0 commit comments

Comments
 (0)