Skip to content

Commit

Permalink
Updated travis & removed Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
cedef committed May 4, 2017
1 parent d85effd commit 7671acb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 67 deletions.
4 changes: 4 additions & 0 deletions .rspec
@@ -0,0 +1,4 @@
--format documentation
--color


27 changes: 17 additions & 10 deletions .travis.yml
@@ -1,12 +1,19 @@
---
language: ruby language: ruby
rvm: sudo: false
- 2.0.0 bundler_args: --without development system_tests
- 2.1.0 before_install: rm Gemfile.lock || true
script: bundle exec rake test
env: env:
- PUPPET_VERSION=4.0.0 - PUPPET_GEM_VERSION="~> 4.0.0"
- PUPPET_VERSION=4.5.0 - PUPPET_GEM_VERSION="~> 4.5.0"
gemfile: Gemfile.travis - PUPPET_GEM_VERSION="~> 4.9.0"
before_install: 'cp Gemfile Gemfile.travis' rvm:
notifications: - 2.2
email: matrix:
- 'inkblot@movealong.org' exclude:
- rvm: 2.2
env: PUPPET_GEM_VERSION="~> 3.7.0"
- rvm: 2.2
env: PUPPET_GEM_VERSION="~> 3.8.0"
fast_finish: false
57 changes: 0 additions & 57 deletions Gemfile.lock

This file was deleted.

0 comments on commit 7671acb

Please sign in to comment.