From 74c28e08ce2fdcff12d93bfd198ae6822d87724e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20P=C3=A1nek?= Date: Wed, 17 Jun 2015 16:13:00 +0200 Subject: [PATCH 1/6] Let travis call rake spec with the proper LOAD_PATH set. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 01344a6a..32b3dfe1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: ruby before_script: 'bundle exec rake fixture:prepare' -script: 'SPEC_OPTS="--format documentation" bundle exec rake spec' +script: 'SPEC_OPTS="--format documentation -I $(puppet module list | head -n1)/filemapper/lib" bundle exec rake spec' rvm: - 1.8.7 - 1.9.3 From e0a2835b3d13fe2b40de8e581ef8eeade35f2cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20P=C3=A1nek?= Date: Wed, 17 Jun 2015 16:23:37 +0200 Subject: [PATCH 2/6] =?UTF-8?q?Testing=20if=20travis=20walks=20that=20way?= =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 32b3dfe1..30952edf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,13 @@ env: - PUPPET_GEM_VERSION="~> 2.7" - PUPPET_GEM_VERSION="~> 3.3" - PUPPET_GEM_VERSION="~> 3.7" + - PUPPET_GEM_VERSION="~> 4" matrix: allow_failures: - rvm: ruby-head exclude: + - rvm: 1.8.7 + env: PUPPET_GEM_VERSION="~> 4" - rvm: 1.9.3 env: PUPPET_GEM_VERSION="~> 2.7" - rvm: 2.0.0 From 004ebc9cef4d854ee0c3715f5044c3da6649b9ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20P=C3=A1nek?= Date: Wed, 17 Jun 2015 16:29:04 +0200 Subject: [PATCH 3/6] Triggering travis build --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 574316ac..1acc416f 100644 --- a/README.markdown +++ b/README.markdown @@ -3,7 +3,7 @@ puppet-network Manage non-volatile network and route configuration. -Travis Test status: [![Build Status](https://travis-ci.org/puppet-community/puppet-network.png?branch=master)](https://travis-ci.org/puppet-community/puppet-network) +Travis Test status: [![Build Status](https://travis-ci.org/jimpanic/puppet-network.png?branch=master)](https://travis-ci.org/jimpanic/puppet-network) Examples -------- From 03dfd7c9bcdc546fe62bf5439cbeb36eb75e1a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20P=C3=A1nek?= Date: Wed, 17 Jun 2015 16:47:14 +0200 Subject: [PATCH 4/6] =?UTF-8?q?Maybe=20travis=20likes=20it=20now=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 30952edf..e55496b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,28 +2,29 @@ sudo: false language: ruby before_script: 'bundle exec rake fixture:prepare' script: 'SPEC_OPTS="--format documentation -I $(puppet module list | head -n1)/filemapper/lib" bundle exec rake spec' + rvm: - - 1.8.7 - 1.9.3 - 2.0.0 - 2.1 + env: - - PUPPET_GEM_VERSION="~> 2.7" - - PUPPET_GEM_VERSION="~> 3.3" - - PUPPET_GEM_VERSION="~> 3.7" + - PUPPET_GEM_VERSION="= 2.7" + - PUPPET_GEM_VERSION="= 3.3" + - PUPPET_GEM_VERSION="= 3.7" - PUPPET_GEM_VERSION="~> 4" + matrix: allow_failures: - rvm: ruby-head exclude: - - rvm: 1.8.7 - env: PUPPET_GEM_VERSION="~> 4" - rvm: 1.9.3 - env: PUPPET_GEM_VERSION="~> 2.7" + env: PUPPET_GEM_VERSION="= 2.7" - rvm: 2.0.0 - env: PUPPET_GEM_VERSION="~> 2.7" + env: PUPPET_GEM_VERSION="= 2.7" - rvm: 2.1 - env: PUPPET_GEM_VERSION="~> 2.7" + env: PUPPET_GEM_VERSION="= 2.7" fast_finish: true + notifications: email: false From 82a37ba5733cff2b567658c9e93de27c600e3e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20P=C3=A1nek?= Date: Wed, 17 Jun 2015 16:56:56 +0200 Subject: [PATCH 5/6] =?UTF-8?q?Revert=20"Maybe=20travis=20likes=20it=20now?= =?UTF-8?q?=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 03dfd7c9bcdc546fe62bf5439cbeb36eb75e1a3d. --- .travis.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index e55496b2..30952edf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,29 +2,28 @@ sudo: false language: ruby before_script: 'bundle exec rake fixture:prepare' script: 'SPEC_OPTS="--format documentation -I $(puppet module list | head -n1)/filemapper/lib" bundle exec rake spec' - rvm: + - 1.8.7 - 1.9.3 - 2.0.0 - 2.1 - env: - - PUPPET_GEM_VERSION="= 2.7" - - PUPPET_GEM_VERSION="= 3.3" - - PUPPET_GEM_VERSION="= 3.7" + - PUPPET_GEM_VERSION="~> 2.7" + - PUPPET_GEM_VERSION="~> 3.3" + - PUPPET_GEM_VERSION="~> 3.7" - PUPPET_GEM_VERSION="~> 4" - matrix: allow_failures: - rvm: ruby-head exclude: + - rvm: 1.8.7 + env: PUPPET_GEM_VERSION="~> 4" - rvm: 1.9.3 - env: PUPPET_GEM_VERSION="= 2.7" + env: PUPPET_GEM_VERSION="~> 2.7" - rvm: 2.0.0 - env: PUPPET_GEM_VERSION="= 2.7" + env: PUPPET_GEM_VERSION="~> 2.7" - rvm: 2.1 - env: PUPPET_GEM_VERSION="= 2.7" + env: PUPPET_GEM_VERSION="~> 2.7" fast_finish: true - notifications: email: false From e0682ff7c49037baaf5c08803cc254dca06f1d22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20P=C3=A1nek?= Date: Wed, 17 Jun 2015 16:57:26 +0200 Subject: [PATCH 6/6] =?UTF-8?q?Try=20it=20that=20way=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 30952edf..6b8cd3a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,22 +8,22 @@ rvm: - 2.0.0 - 2.1 env: - - PUPPET_GEM_VERSION="~> 2.7" - - PUPPET_GEM_VERSION="~> 3.3" - - PUPPET_GEM_VERSION="~> 3.7" - - PUPPET_GEM_VERSION="~> 4" + - PUPPET_VERSION="~> 2.7" + - PUPPET_VERSION="~> 3.3" + - PUPPET_VERSION="~> 3.7" + - PUPPET_VERSION="~> 4" matrix: allow_failures: - rvm: ruby-head exclude: - rvm: 1.8.7 - env: PUPPET_GEM_VERSION="~> 4" + env: PUPPET_VERSION="~> 4" - rvm: 1.9.3 - env: PUPPET_GEM_VERSION="~> 2.7" + env: PUPPET_VERSION="~> 2.7" - rvm: 2.0.0 - env: PUPPET_GEM_VERSION="~> 2.7" + env: PUPPET_VERSION="~> 2.7" - rvm: 2.1 - env: PUPPET_GEM_VERSION="~> 2.7" + env: PUPPET_VERSION="~> 2.7" fast_finish: true notifications: email: false