horrorshow 0.5.0

a templating library written in rust macros
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

awk '!(/# target: / && !/\<'$TRAVIS_RUST_VERSION'\>/) { print($0); }' Cargo.toml > Cargo.toml.tmp
mv Cargo.toml.tmp Cargo.toml
if [ ! "$TRAVIS_RUST_VERSION" = "nightly" ]; then
    rm -r benches
fi