Skip to content

Commit b34bf64

Browse files
DavidSlionce
authored andcommitted
(maint) update travis to not use bundle update --system
1 parent 3de5345 commit b34bf64

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ before_install:
1010
- rm -f Gemfile.lock
1111
- "# Update system gems if requested. This is useful to temporarily workaround troubles in the test runner"
1212
- "# See https://github.com/puppetlabs/pdk-templates/commit/705154d5c437796b821691b707156e1b056d244f for an example of how this was used"
13-
- "# Ignore exit code of SIGPIPE'd yes to not fail with shell's pipefail set"
14-
- '[ -z "$RUBYGEMS_VERSION" ] || (yes || true) | gem update --system $RUBYGEMS_VERSION'
13+
- '[ -z "$RUBYGEMS_VERSION" ] || gem update --system $RUBYGEMS_VERSION'
1514
- gem --version
1615
- bundle -v
1716
script:

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@
7979
],
8080
"pdk-version": "1.15.0",
8181
"template-url": "https://github.com/puppetlabs/pdk-templates#master",
82-
"template-ref": "heads/master-0-g5676b3f"
82+
"template-ref": "heads/master-0-gcaed9d7"
8383
}

0 commit comments

Comments
 (0)