Skip to content

Commit c35b202

Browse files
author
sternbach
committed
fix(build): disable deploy to firebase for now
1 parent 5b75ae9 commit c35b202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ script:
1414
- npm run test
1515
- npm run build
1616

17-
after_success:
18-
- firebase deploy --token $FIREBASE_TOKEN
17+
#after_success:
18+
# - firebase deploy --token $FIREBASE_TOKEN
1919

0 commit comments

Comments
 (0)