aboutsummaryrefslogtreecommitdiff
path: root/ci/script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/script.sh')
-rw-r--r--ci/script.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/script.sh b/ci/script.sh
index 9e91aad5..0d42ff3a 100644
--- a/ci/script.sh
+++ b/ci/script.sh
@@ -18,4 +18,6 @@ main() {
cargo check --target $TARGET --examples
}
-main
+if [ $TRAVIS_BRANCH != master ]; then
+ main
+fi