aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/if_changed.sh
Commit message (Collapse)AuthorAge
* Run Functions Unit Tests on travis (#954)Gravatar Paul Beusterien2018-03-21
|
* Parallelize the Travis run using build stages (#886)Gravatar Gil2018-03-10
Parallelize the travis run using build stages https://docs.travis-ci.com/user/build-stages/ This will run source checks first (style, lint) and then if all pass, kick off all platforms and builds in parallel.