Sign in
flutter
/
mirrors
/
flutter
/
1c372c6803495a488ac894dc6be8990412eb34b1
/
.
/
dev
/
bots
/
travis_install.sh
blob: 041ce1745e817f2579c173aede37d5c3f7443328 [
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.6.1 <3.7.0"
fi