#!/bin/bash
set -ev
if [ "x${TRAVIS_TAG}" -ne "x" ]; then
    gemnasium autoupdate run
fi