go-sqlite3/.travis/install.sh

6 lines
84 B
Bash
Executable File

#!/bin/bash
if [[ $TRAVIS_OS_NAME == "osx" ]]; then
brew install libsqlite3
fi