snow 0.6.2

A pure-rust implementation of the Noise Protocol Framework
Documentation
#!/bin/bash

if ! command -v yq >/dev/null 2>&1; then
  echo "please install the \"yq\" binary (YAML wrapper for jq)"
fi

commands=$(yq -r '.script | join(" && ")' .travis.yml)
echo "$commands"
eval $commands