diff options
-rw-r--r-- | .travis/setup.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.travis/setup.sh b/.travis/setup.sh deleted file mode 100644 index ae1a043..0000000 --- a/.travis/setup.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# THIS FILE IS MANAGED BY MODULESYNC - -rm -f Gemfile.lock -if [ "${PUPPET_VERSION}" = '~> 4.0' ]; then - gem install bundler -v '< 2' --no-rdoc --no-ri; -else - gem update --system; - gem update bundler; - bundle --version; -fi |