3079080acf
Bumped up the version of MariaDB for Travis.
9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
echo "Installing the dependencies"
|
|
go get
|
|
|
|
echo "Building the installer"
|
|
go build -o Installer "./install"
|
|
|
|
echo "Running the installer"
|
|
./Installer
|