Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8394250
.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
dist
:
trusty
language
:
ruby
cache
:
bundler
before_install
:
-
bundle -v
-
rm -f Gemfile.lock
-
gem update --system
-
gem update bundler
-
gem --version
-
bundle -v
script
:
-
'bundle
exec
rake
$CHECK'
bundler_args
:
--without system_tests
rvm
:
-
2.4.1
env
:
-
PUPPET_GEM_VERSION="~> 5.0" CHECK=spec
matrix
:
fast_finish
:
true
include
:
-
bundler_args
:
dist
:
trusty
env
:
PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/centos-7
rvm
:
2.4.1
script
:
bundle exec rake beaker
services
:
docker
sudo
:
required
-
bundler_args
:
dist
:
trusty
env
:
PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/ubuntu-14.04
rvm
:
2.4.1
script
:
bundle exec rake beaker
services
:
docker
sudo
:
required
-
env
:
CHECK=rubocop
-
env
:
CHECK="syntax lint"
-
env
:
CHECK=metadata_lint
-
env
:
CHECK=release_checks
-
env
:
CHECK=spec
-
env
:
PUPPET_GEM_VERSION="~> 4.0" CHECK=spec
rvm
:
2.1.9
branches
:
only
:
-
master
-
/^v\d/
-
release
notifications
:
email
:
false
deploy
:
provider
:
puppetforge
user
:
puppet
password
:
secure
:
""
on
:
tags
:
true
all_branches
:
true
condition
:
"$DEPLOY_TO_FORGE
=
yes"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 7:23 PM (9 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3279891
Attached To
R119 Support for source control repositories
Event Timeline
Log In to Comment