Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
should crash from empty vars
Browse files Browse the repository at this point in the history
  • Loading branch information
nfstein committed Apr 8, 2019
1 parent 05584ae commit 0b4d5c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ before_script:
script:
- npm test && npm run coveralls && /tmp/standard-npm-devops/do_devops.sh
- npm report --reporter=json
#- idra --publishtestresult --filelocation=$TRAVIS_BUILD_DIR/coverage/*.json --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"
#after_failure:
#- idra --publishbuildrecord --branch=$TRAVIS_PULL_REQUEST_BRANCH --repositoryurl=$GIT_URL --commitid=$TRAVIS_COMMIT --status="fail"
- idra --publishtestresult --filelocation=$TRAVIS_BUILD_DIR/coverage/*.json --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"
after_failure:
- idra --publishbuildrecord --branch=$TRAVIS_PULL_REQUEST_BRANCH --repositoryurl=$GIT_URL --commitid=$TRAVIS_COMMIT --status="fail"
branches:
only:
- master
Expand Down

0 comments on commit 0b4d5c0

Please sign in to comment.