diff --git a/.travis.yml b/.travis.yml
index 2d6208a54e7c3c55d6b00cc01b3f32a9b3d50604..351a8fc4f8ce629c8efb58d0780121f3ee4a14d6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,9 +17,6 @@ before_script:
   - psql -c 'create database travis_ci_test;' -U postgres
 env:
   - DATABASE_URL="postgresql://postgres:postgres@postgres:5432/travis_ci_test"
-  - SECRET_KEY="secret"
-  - AUTHSCH_KEY="secret"
-  - AUTHSCH_SECRET="secret"
 # command to run tests
 script:
   - flake8 --max-line-length=125 --exclude=src/kszkepzes,migrations