Sign in
flutter
/
mirrors
/
flutter
/
1b4f817b0c8c43be1f1215c760f811d44f27e637
/
.
/
dev
/
bots
/
travis_install.sh
blob: 0bde306bd9d5bb11b6962331a25b56301aad11f8 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
ex
if
[
-
n
"$TRAVIS"
]
&&
[
"$TRAVIS_PULL_REQUEST"
==
"false"
];
then
gem install coveralls
-
lcov
npm install
-
g firebase
-
tools@
">=3.0.4 <3.1.0"
fi