You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
356 B

  1. language: bash
  2. # Use container-based infrastructure for quicker build start-up
  3. sudo: false
  4. addons:
  5. apt:
  6. sources:
  7. - debian-sid # Grab shellcheck from the Debian repo (o_O)
  8. packages:
  9. - shellcheck
  10. # TODO: also run checkbashisms.pl (currently two instances of non-compliance)
  11. script:
  12. - shellcheck ghcup.sh
  13. matrix:
  14. fast_finish: true