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