~elementary-os/elementaryos/distinst

1
2
3
4
5
6
#!/usr/bin/env bash

if [[ "$TRAVIS_RUST_VERSION" = 'nightly' ]]
then
    $@
fi