We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e192c7 commit 766d260Copy full SHA for 766d260
script/bootstrap
@@ -4,12 +4,6 @@ echo 'Starting script/bootstrap'
4
5
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
6
7
-# FIXME: Remove when CI is switched to Travis
8
-if env | grep ^JANKY_ >/dev/null 2>&1 ; then
9
- export PATH=/usr/share/rbenv/shims:$PATH
10
- export RBENV_VERSION=2.1.2-github
11
-fi
12
-
13
rm -rf "${DIR}/.bundle"
14
rm -f "${DIR}/.puppet_version"
15
set -e
0 commit comments