summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniele Sluijters <daenney@users.noreply.github.com>2015-04-23 09:03:18 +0200
committerDaniele Sluijters <daenney@users.noreply.github.com>2015-04-23 09:51:28 +0200
commitc682910e61b54fa6377a553ee56640fb7eaf1887 (patch)
treea4d0270c64df23ff80086b5cd5a79f4b852b99c6 /.travis.yml
parente21c0c7485b80120cef9ea3240d4ff2dd35ac9d0 (diff)
Upgrade dependencies
* Use rspec-puppet 2.1+ (which now supports Puppet 4) * No longer allow the Puppet 4 builds to fail (the tests can run now) * Use the released version of the apt module
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b7ad44c..12a6d7a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,8 +13,6 @@ matrix:
env: PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes" ORDERING="random" FUTURE_PARSER="yes"
- rvm: 2.1
env: PUPPET_VERSION="~> 4.0" ORDERING="random"
- allow_failures:
- - env: PUPPET_VERSION="~> 4.0" ORDERING="random"
notifications:
email: false