summaryrefslogtreecommitdiff
path: root/puppet/modules/openvpn/.travis.yml
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-07-21 12:13:24 -0700
committerelijah <elijah@riseup.net>2016-07-21 12:13:24 -0700
commitd6719731dce8ee7e048a16a447a426abcaa44f24 (patch)
tree0298adb4240f1e255b672c40d3770fa3502016d9 /puppet/modules/openvpn/.travis.yml
parent2d6bfce47b3f50d2b058b938ad9b42a7cd2e3142 (diff)
remove openvpn submodule
Diffstat (limited to 'puppet/modules/openvpn/.travis.yml')
-rw-r--r--puppet/modules/openvpn/.travis.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/puppet/modules/openvpn/.travis.yml b/puppet/modules/openvpn/.travis.yml
deleted file mode 100644
index da5c389d..00000000
--- a/puppet/modules/openvpn/.travis.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-language: ruby
-bundler_args: --without development
-script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
-rvm:
- - 1.8.7
- - 1.9.3
- - 2.0.0
-script:
- - "rake lint"
- - "rake spec SPEC_OPTS='--format documentation'"
-env:
- - PUPPET_VERSION="~> 2.7.0"
- - PUPPET_VERSION="~> 3.0.0"
- - PUPPET_VERSION="~> 3.1.0"
- - PUPPET_VERSION="~> 3.2.0"
-matrix:
- exclude:
- - rvm: 1.9.3
- env: PUPPET_VERSION="~> 2.7.0"
- - rvm: 2.0.0
- env: PUPPET_VERSION="~> 2.7.0"
- - rvm: 2.0.0
- env: PUPPET_VERSION="~> 3.0.0"
- - rvm: 2.0.0
- env: PUPPET_VERSION="~> 3.1.0"
-notifications:
- email: false
- on_success: always
- on_failure: always