remove bash install test, add reports to testing

This commit is contained in:
Jay Lee
2020-02-21 15:28:01 -05:00
parent 41521f4c04
commit 52e3b0ee8e

View File

@@ -267,7 +267,9 @@ script:
- if [ "$e2e" = true ]; then $gam print users query "travis.jid=$jid" | $gam csv - gam delete user ~primaryEmail; fi
- if [ "$e2e" = true ]; then $gam print mobile; fi
- if [ "$e2e" = true ]; then $gam print cros allfields nolists; fi
- if [ "$TRAVIS_OS_NAME" != "windows" ]; then bash <(curl -s -S -L https://git.io/install-gam) -l; fi
- if [ "$e2e" = true ]; then $gam report customer > customer.txt; fi
- if [ "$e2e" = true ]; then $gam report users > users.txt; fi
- if [ "$e2e" = true ]; then $gam report admin > admin.txt; fi
before_deploy:
- export TRAVIS_TAG="preview"