flutter/dev/bots/travis_install.sh
2017-04-24 11:14:54 +02:00

8 lines
169 B
Bash
Executable 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