Files
allwpilib/.travis-scripts/install.sh
2016-07-01 00:08:43 -07:00

9 lines
220 B
Bash
Executable File

#!/bin/bash
if [[ $TRAVIS_OS_NAME != 'osx' ]]; then
# Install custom requirements on Linux
sudo add-apt-repository ppa:wpilib/toolchain -y
sudo apt-get update -q
sudo apt-get install frc-toolchain -y
fi