mirror of https://github.com/mattn/go-sqlite3.git
6 lines
84 B
Bash
6 lines
84 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
if [[ $TRAVIS_OS_NAME == "osx" ]]; then
|
||
|
brew install libsqlite3
|
||
|
fi
|