Skip to content

Commit

Permalink
Adapt CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rx0 committed Apr 26, 2019
1 parent e37beab commit c34ac77
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@
language: ruby
cache:
directories:
- vendor/bundle
# - spec/fixtures/modules
- vendor/bundle
sudo: false
bundler_args: --without system_tests
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
script:
- 'bundle exec rake validate'
- 'bundle exec rake lint'
- 'bundle exec rake spec SPEC_OPTS="--format documentation"'
matrix:
fast_finish: true
include:
- rvm: 2.1.9
env: PUPPET_GEM_VERSION="~> 4.0"
- rvm: 2.4.1
env: PUPPET_GEM_VERSION="~> 5.0"
- rvm: 2.5.0
env: PUPPET_GEM_VERSION="~> 6.0"
notifications:
email:
- [email protected]
- rvm: 2.1.9
env: PUPPET_GEM_VERSION="~> 4.0"
- rvm: 2.4.1
env: PUPPET_GEM_VERSION="~> 5.0"
- rvm: 2.5.0
env: PUPPET_GEM_VERSION="~> 6.0"

0 comments on commit c34ac77

Please sign in to comment.