diff --git a/.travis.yml b/.travis.yml index 9a15ac9..77e1bd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ before_script: script: - npm test && npm run coveralls && /tmp/standard-npm-devops/do_devops.sh - nyc report --reporter=cobertura -- idra --publishtestresult --filelocation=$TRAVIS_BUILD_DIR/coverage/cobertura-coverage.xml --type=unittest --env=$TRAVIS_BRANCH --drilldownurl=$TRAVIS_BUILD_DIR +- idra --publishtestresult --filelocation=$TRAVIS_BUILD_DIR/coverage/cobertura-coverage.xml --type=code --env=$TRAVIS_BRANCH --drilldownurl=$TRAVIS_BUILD_DIR - idra --evaluategate --policy=devex-languages-base --forcedecision=true after_success: - idra --publishbuildrecord --branch=$TRAVIS_PULL_REQUEST_BRANCH --repositoryurl=$GIT_URL --commitid=$TRAVIS_COMMIT --status="pass"