aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-03-21 08:16:26 -0700
committerGravatar GitHub <noreply@github.com>2018-03-21 08:16:26 -0700
commit51ffae2650e35ee63a313d6fd5ed558024a72317 (patch)
tree866fe4bedd32d4dae67ff1c50e735401a8b4e18a /.travis.yml
parent308acc09bfaf6dabf4b6d5f5e39f33854df8ce34 (diff)
Run Functions Unit Tests on travis (#954)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 178b318..c907873 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,6 +30,7 @@ jobs:
- bundle install
- gem install xcpretty
- ./scripts/if_changed.sh bundle exec pod install --project-directory=Example --repo-update
+ - ./scripts/if_changed.sh bundle exec pod install --project-directory=Functions/Example
script:
- ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM