Skip to content

Commit e489a0b

Browse files
authored
Install firebase on travis
1 parent d2ecc5f commit e489a0b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ rvm:
55
before_install:
66
- nvm install 7
77
- npm install
8+
9+
install:
10+
- npm install -g firebase-tools
811

912
script:
1013
- npm run build
@@ -16,4 +19,4 @@ after_success:
1619
notifications:
1720
email:
1821
on_failure: change
19-
on_success: change
22+
on_success: change

0 commit comments

Comments
 (0)