gnunicorn / clippy-service

Linting your rust project with clippy as a service
GNU Affero General Public License v3.0
36 stars 9 forks source link

Let travis only deploy on upstream:master #26

Closed gnunicorn closed 8 years ago

gnunicorn commented 8 years ago

The test build currently runs against PRs, always failing because you can't encrypt the keys. We should change the script to lookup the travis Environment Variables to ensure we only try to deploy on upstream:master and don't fail because of that.