Skip to content

Commit 1ce4257

Browse files
authored
Change Firebase CLI install timing
1 parent e489a0b commit 1ce4257

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ rvm:
55
before_install:
66
- nvm install 7
77
- npm install
8-
9-
install:
10-
- npm install -g firebase-tools
118

129
script:
1310
- npm run build
1411
- npm run precache
1512

1613
after_success:
14+
- npm install -g firebase-tools
1715
- firebase deploy --token $FIREBASE_TOKEN
1816

1917
notifications:

0 commit comments

Comments
 (0)