Skip to content

Commit 35987ad

Browse files
author
Houssein Djirdeh
authored
Merge pull request #9 from gitpoint/fix-deplo
Install Firebase CLI on Travis
2 parents d2ecc5f + 1ce4257 commit 35987ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ script:
1111
- npm run precache
1212

1313
after_success:
14+
- npm install -g firebase-tools
1415
- firebase deploy --token $FIREBASE_TOKEN
1516

1617
notifications:
1718
email:
1819
on_failure: change
19-
on_success: change
20+
on_success: change

0 commit comments

Comments
 (0)