Skip to content

Commit

Permalink
Merge branch 'development' into svidrascu-fix-#653
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiuv2020 committed Sep 21, 2018
2 parents a120a50 + 9a030cd commit b81d49d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/app.config.json
Expand Up @@ -173,7 +173,7 @@
"key": "score",
"type": "FIELD",
"field": "score",
"ascending": true
"ascending": false
}
]
},
Expand Down

0 comments on commit b81d49d

Please sign in to comment.