1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-28 07:40:57 +02:00
tmux-fingers/spec/provisioning/ci.sh

21 lines
426 B
Bash
Raw Normal View History

#!/usr/bin/env bash
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
source $CURRENT_DIR/osx.sh
else
source $CURRENT_DIR/ubuntu.sh
sudo usermod -a -G travis fishman
fi
2020-05-02 11:45:56 +02:00
$CURRENT_DIR/../use-tmux.sh "$CI_TMUX_VERSION"
echo $PATH
echo $(which tmux)
bundle install
# remove weird warnings in rb shell commands about world writable folder
sudo chmod go-w -R /opt