diff --git a/.travis.yml b/.travis.yml index 4616538..e4cbf9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,10 @@ rust: - beta - nightly +# only test master on push +# always test things that aren't pushes (like PRs) +if: type != push OR branch = master + before_script: - if [[ "$INTEGRATION" == "true" ]]; then docker pull greenmail/standalone:1.5.8 &&