Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
Remove secure env var from travis.yml
Browse files Browse the repository at this point in the history
It is causing lots of confusion to contributors, since travis is failing when they make a pull request.
  • Loading branch information
ana-balica committed Mar 6, 2016
1 parent baf9dd8 commit 65c5df7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ python:
install:
- "pip install -r requirements/dev.txt"
- pip install coveralls==0.4.4
env:
secure: "MU+x68snHYqrm/aYHgdJcutZoTiRo1sl4MU8K09GfMp/Y4s6McNllqLheg8hM6MZAlQcOTPyp/kE8nr8cneYExl0tvH4yU6gVIZj9C7oOYJm4Qx++uNRlevbQ2Yo1lkHZnL8iNlXvqsOzxrB9ryxNClyc/M4OS6fQuyXzYcC/Fg="
before_script:
- export SECRET_KEY=foobarbaz
- psql -c "CREATE DATABASE systersdb;" -U postgres
Expand Down

0 comments on commit 65c5df7

Please sign in to comment.