update travis config

This commit is contained in:
Sam 2019-08-25 13:05:47 +02:00
parent 8d16ba99dc
commit 4b1bfe1dfe

View File

@ -29,6 +29,7 @@ before_script:
- export DATABASE_TEST_URL=postgres://postgres:@localhost:5432/fittrackee_test
- export APP_SETTINGS=fittrackee_api.config.TestingConfig
- export REACT_APP_API_URL=http://127.0.0.1
- export REACT_APP_ALLOW_REGISTRATION=true
- export NODE_ENV=development
- export TEST_URL=http://127.0.0.1
- export DISPLAY=:99.0