this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove Travis config

-10
-10
.travis.yml
··· 1 - language: node_js 2 - node_js: ['12', '14', '16'] 3 - before_script: 4 - - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter 5 - - chmod +x ./cc-test-reporter 6 - - ./cc-test-reporter before-build 7 - script: 8 - - npm run test:coverage 9 - after_script: 10 - - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT