Skip to content

Commit c90a65d

Browse files
authored
Better Travis output
1 parent dce48f8 commit c90a65d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ci/test.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ docker-compose exec php bin/console doctrine:schema:create
1111
docker-compose exec php bin/console hautelook:fixtures:load -n
1212
docker-compose exec php bin/console doctrine:schema:drop --env=test --force
1313
docker-compose exec php bin/console cache:warmup --env=test
14-
docker-compose exec php bin/behat
15-
curl http://localhost
16-
curl http://localhost:81
17-
curl http://localhost:8080
18-
curl http://localhost:8081
19-
curl -k https://localhost
20-
curl -k https://localhost:444
21-
curl -k https://localhost:8443
22-
curl -k https://localhost:8444
14+
docker-compose exec php bin/behat --format=progress
15+
curl -s http://localhost # Client
16+
curl -s http://localhost:81 # Admin
17+
curl -s http://localhost:8080 # API
18+
curl -s http://localhost:8081 # Varnish
19+
curl -k -s https://localhost # Client (HTTP/2)
20+
curl -k -s https://localhost:444 # Admin (HTTP/2)
21+
curl -k -s https://localhost:8443 # API (HTTP/2)
22+
curl -k -s https://localhost:8444 # Varnish (HTTP/2)

0 commit comments

Comments
 (0)