Commit cc808cda authored by Adam Barth's avatar Adam Barth

Fix travis_install.sh

parent 6303a32d
......@@ -2,6 +2,6 @@
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"
gem install coveralls-lcov
npm install -g firebase-tools@">=3.0.4 <3.1.0"
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment