Loading .travis.yml +3 −3 Original line number Original line Diff line number Diff line Loading @@ -21,17 +21,17 @@ env: - CC_TEST_REPORTER_ID=d3d9c3f322f86cad264684e97be447a1e900f3bc6b4c34181e26b5ed19dffc42 - CC_TEST_REPORTER_ID=d3d9c3f322f86cad264684e97be447a1e900f3bc6b4c34181e26b5ed19dffc42 before_script: before_script: - npm install - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build - ./cc-test-reporter before-build script: script: - npm install - npm test - npm test - sonar-scanner after_script: after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT - ./cc-test-reporter after-build --coverage-input-type lcov --exit-code $TRAVIS_TEST_RESULT - sonar-scanner cache: cache: directories: directories: Loading Loading
.travis.yml +3 −3 Original line number Original line Diff line number Diff line Loading @@ -21,17 +21,17 @@ env: - CC_TEST_REPORTER_ID=d3d9c3f322f86cad264684e97be447a1e900f3bc6b4c34181e26b5ed19dffc42 - CC_TEST_REPORTER_ID=d3d9c3f322f86cad264684e97be447a1e900f3bc6b4c34181e26b5ed19dffc42 before_script: before_script: - npm install - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build - ./cc-test-reporter before-build script: script: - npm install - npm test - npm test - sonar-scanner after_script: after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT - ./cc-test-reporter after-build --coverage-input-type lcov --exit-code $TRAVIS_TEST_RESULT - sonar-scanner cache: cache: directories: directories: Loading