1
0
Fork 0
arangodb/Installation/travisCI/before_script.sh

17 lines
192 B
Bash
Executable File

#!/bin/bash
set -e
d='UnitTests/HttpInterface'
echo
echo "$0: switching into ${d}"
cd "${d}"
echo
echo "$0: installing bundler"
gem install bundler
echo
echo "$0: executing bundle"
bundle