Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8395579
.travis.yml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
.travis.yml
View Options
---
sudo
:
false
language
:
ruby
cache
:
bundler
bundler_args
:
--without system_tests development
before_install
:
-
bundle -v
-
rm Gemfile.lock || true
-
gem update --system
-
gem update bundler
-
gem --version
-
bundle -v
script
:
-
'bundle
exec
rake
$CHECK'
matrix
:
fast_finish
:
true
include
:
-
rvm
:
1.9.3
env
:
PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes" CHECK=test
-
rvm
:
1.9.3
env
:
PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes" FUTURE_PARSER="yes" CHECK=test
-
rvm
:
2.1.9
env
:
PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes" CHECK=test
-
rvm
:
2.1.9
env
:
PUPPET_VERSION="~> 4.0" CHECK=test
-
rvm
:
2.2.6
env
:
PUPPET_VERSION="~> 4.0" CHECK=test
-
rvm
:
2.3.3
env
:
PUPPET_VERSION="~> 4.0" CHECK=build DEPLOY_TO_FORGE=yes
-
rvm
:
2.3.3
env
:
PUPPET_VERSION="~> 4.0" CHECK=rubocop
-
rvm
:
2.3.3
env
:
PUPPET_VERSION="~> 4.0" CHECK=test
-
rvm
:
2.4.0
env
:
PUPPET_VERSION="~> 4.0" CHECK=test
allow_failures
:
-
rvm
:
2.4.0
branches
:
only
:
-
master
-
/^v\d/
notifications
:
email
:
false
deploy
:
provider
:
puppetforge
user
:
puppet
password
:
secure
:
"SDpX6jzritODonEQBqy9g0NbOmk2a9dBfAtZLrvHwM8BTpM2W0Y1daqzIbpzxFiqlNX+6r2GSq9SV70N0A9Ko/uPV9aG/XZx7MsBR9DNVjgqjJSl7+aF88VJfRpOv4PAyTM33JMx91nLFxM/ql61YX+2DXGXrhUkBsMZcdBgQnk="
on
:
tags
:
true
# all_branches is required to use tags
all_branches
:
true
# Only publish the build marked with "DEPLOY_TO_FORGE"
condition
:
"$DEPLOY_TO_FORGE
=
yes"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 7:41 PM (10 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3399324
Attached To
rSPNGX Puppet NGINX management module
Event Timeline
Log In to Comment