mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Add travis
This commit is contained in:
parent
e613a6818d
commit
6ee138f08e
2 changed files with 6 additions and 0 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
sudo: false
|
||||||
|
language: ruby
|
||||||
|
rvm:
|
||||||
|
- 2.0.0-p247
|
||||||
|
script: rspec spec
|
||||||
1
Gemfile
1
Gemfile
|
|
@ -5,5 +5,6 @@ gem 'faraday'
|
||||||
|
|
||||||
gem 'rspec'
|
gem 'rspec'
|
||||||
gem 'webmock'
|
gem 'webmock'
|
||||||
|
gem 'rake'
|
||||||
|
|
||||||
gemspec
|
gemspec
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue