From ee44760c3633c35eba23261e5ed5594b512f0d65 Mon Sep 17 00:00:00 2001 From: Tomas Barton Date: Sun, 13 Oct 2013 18:35:30 +0200 Subject: removed fixtures file, librarian is much better --- .fixtures.yml | 8 -------- .travis.yml | 2 +- script/bootstrap | 3 --- script/cibuild | 9 --------- 4 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 .fixtures.yml delete mode 100755 script/bootstrap delete mode 100755 script/cibuild diff --git a/.fixtures.yml b/.fixtures.yml deleted file mode 100644 index 42dee4e..0000000 --- a/.fixtures.yml +++ /dev/null @@ -1,8 +0,0 @@ -fixtures: - repositories: - concat: "https://github.com/puppetlabs/puppetlabs-concat" - stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib" - - symlinks: - munin: "#{source_dir}" - diff --git a/.travis.yml b/.travis.yml index 41039c1..330677c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ rvm: - 1.8.7 - 1.9.3 - 2.0.0 -script: './script/cibuild' +script: 'rake spec' env: - PUPPET_VERSION=2.6.0 - PUPPET_VERSION=2.7.0 diff --git a/script/bootstrap b/script/bootstrap deleted file mode 100755 index 0695797..0000000 --- a/script/bootstrap +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env sh - -bundle install --path vendor/gems --local diff --git a/script/cibuild b/script/cibuild deleted file mode 100755 index d1c8c06..0000000 --- a/script/cibuild +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env sh - -set -e - -[ -z "${PUPPET_VERSION}" ] && script/bootstrap - -bundle exec rspec - -bundle exec puppet-lint --with-filename --fail-on-warnings manifests -- cgit v1.2.3