Commit cc808cda authored by Adam Barth's avatar Adam Barth

Fix travis_install.sh

parent 6303a32d
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
set -ex set -ex
if [ -n "$TRAVIS" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then if [ -n "$TRAVIS" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
- gem install coveralls-lcov gem install coveralls-lcov
- npm install -g firebase-tools@">=3.0.4 <3.1.0" npm install -g firebase-tools@">=3.0.4 <3.1.0"
fi 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