diff --git a/.travis.yml b/.travis.yml index 5b446571a0..2a908b461a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ jobs: - bash <(curl -s https://codecov.io/bash) -X gcov - stage: e2e script: npm run build && npm run e2e:docker - before_deploy: 'npm run build:tomcat' + before_deploy: 'npm run build.tomcat' deploy: provider: s3 region: $ARTIFACTS_REGION diff --git a/src/app.config.json b/src/app.config.json index 24bc84b900..47f60072a2 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -173,7 +173,7 @@ "key": "score", "type": "FIELD", "field": "score", - "ascending": true + "ascending": false } ] },