Project

General

Profile

Download (418 Bytes) Statistics
| Branch: | Tag: | Revision:

hammer-cli-csv / .travis.yml @ 1327c177

1
sudo: false
2
language: ruby
3
rvm:
4
  - 2.1
5
  - 2.2
6
before_install:
7
  - echo "gem 'hammer_cli_katello', :git => 'https://github.com/Katello/hammer-cli-katello.git'" > Gemfile.local
8
  - echo "gem 'hammer_cli_foreman', :git => 'https://github.com/theforeman/hammer-cli-foreman.git'" >> Gemfile.local
9
  - echo "gem 'hammer_cli', :git => 'https://github.com/theforeman/hammer-cli.git'" >> Gemfile.local
10
  - gem update bundler