#!/usr/bin/env bash

# used in travis to download & install libsodium

brew update
brew install libsodium
