Sign in
apache
/
infrastructure-puppet
/
6730ef8d341fdb1d29b9b5af9fcb958d7686b9da
/
.
/
.travis.yml
blob: 7b3d1772d90fb2242f888c58e802568ef5b437b5 [
file
] [
log
] [
blame
]
before_install:
# Earliest build step
-
if [
"$TRAVIS_PULL_REQUEST"
==
"false"
]; then echo
"Not a PR, skipping"
&&
exit; fi
language:
ruby
cache:
bundler
rvm:
-
2.3
install:
-
bundle install
script:
-
./bin/lint.sh