Page MenuHomeSoftware Heritage

.travis.yml
No OneTemporary

.travis.yml

---
sudo: false
language: ruby
matrix:
fast_finish: true
include:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.8.0"
- rvm: 2.1.5
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.1.6
env: PUPPET_GEM_VERSION="~> 4.0"
- rvm: 2.1.9
env: PUPPET_GEM_VERSION="~> 4.0"
- rvm: 2.2
env: PUPPET_GEM_VERSION="~> 4.0"
- rvm: 2.3.1
env: PUPPET_GEM_VERSION="~> 4.0"
- rvm: 2.4.1
env: PUPPET_GEM_VERSION="~> 4.0"
- rvm: 2.4.1
env: PUPPET_GEM_VERSION="~> 5.0" CHECK="rubocop"
script:
- 'bundle exec rake spec $CHECK'
bundler_args: --without system_tests
cache: bundler
before_install:
- bundle -v
- rm Gemfile.lock .gemfile.lock || true
- gem update --system
- gem update bundler
- gem --version
- bundle -v
notifications:
email: false

File Metadata

Mime Type
text/plain
Expires
Jun 4 2025, 6:41 PM (14 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3289626

Event Timeline