Skip to content

Commit 491ac08

Browse files
committed
Check if login page exists
1 parent 553358f commit 491ac08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
- sleep 30
1212

1313
script:
14-
- curl -sSf http://localhost:8080 > /dev/null
14+
- curl -sSf http://localhost:8080/login > /dev/null
1515

1616
after_failure:
1717
- timeout 3s docker-compose logs bookstack mysql

0 commit comments

Comments
 (0)