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