Skip to content

Commit

Permalink
Removed env "COVERALLS_SERVICE_NAME".
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Jul 23, 2022
1 parent bdb34ba commit f6ffa8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -10,8 +10,7 @@ node_js:
cache:
- node_modules
before_install:
- export COVERALLS_SERVICE_JOB_ID=$( TRAVIS_JOB_ID )
- export COVERALLS_SERVICE_NAME="ckeditor/ckeditor5-react code coverage"
- export COVERALLS_SERVICE_JOB_ID=$( TRAVIS_JOB_ID )
install:
- npm install
script:
Expand Down

0 comments on commit f6ffa8f

Please sign in to comment.