ci(travis): Add e2e smoke testing with Travis CI
This commit is contained in:
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
language: bash
|
||||
services: docker
|
||||
|
||||
script:
|
||||
- ./install.sh
|
||||
- docker-compose run --rm web createuser --superuser --email test@sentry.io --password test123TEST
|
||||
- docker-compose up -d
|
||||
- timeout 60 bash -c 'until $(curl -Isf -o /dev/null http://localhost:9000); do printf '.'; sleep 0.5; done'
|
||||
- ./test.sh
|
||||
Reference in New Issue
Block a user