1

I would like to avoid overwhelming the build. Has anybody done it before?

TheGabornator
  • 523
  • 1
  • 7
  • 20

1 Answers1

-1

There is a feature called conditional builds. You can match against function results, regexes, attributes in lists .. and so on.

See here: https://docs.travis-ci.com/user/conditional-builds-stages-jobs and here: https://docs.travis-ci.com/user/conditions-v1

user8128255
  • 133
  • 3
  • 10