aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/if_changed.sh
Commit message (Collapse)AuthorAge
* Travis: trigger rebuild if Travis config or build scripts have changed. (#1121)Gravatar Konstantin Varlamov2018-04-16
|
* Fix the build and travis change detection (#1117)Gravatar Gil2018-04-16
| | | | | | * Fix typo in main.swift * Fix change detection for Firestore in Travis
* 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.