#!/bin/bash
cd ${1}
travis-artifacts upload --path ${2} --target-path nightly
