From ad4b7fa254c3e8114aac67012a0bd371f60fc11f Mon Sep 17 00:00:00 2001 From: lotte Date: Tue, 21 Apr 2020 16:39:51 +0200 Subject: [PATCH] test travis with external rest --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 88f758b0d4..731c369520 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,10 @@ env: COMPOSE_VERSION: 1.24.1 # The ci step will test the dspace-angular code against DSpace REST. # Direct that step to utilize a DSpace REST service that has been started in docker. - DSPACE_REST_HOST: localhost - DSPACE_REST_PORT: 8080 + DSPACE_REST_HOST: dspace7.4science.cloud + DSPACE_REST_PORT: 443 DSPACE_REST_NAMESPACE: '/server/api' - DSPACE_REST_SSL: false + DSPACE_REST_SSL: true services: - xvfb