summaryrefslogtreecommitdiff
path: root/script/cibuild
blob: d1c8c0669e8e7664d2cb65d35d553a70f2d9497e (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env sh

set -e

[ -z "${PUPPET_VERSION}" ] && script/bootstrap

bundle exec rspec

bundle exec puppet-lint --with-filename --fail-on-warnings manifests