Skip to content

Commit bc3bef7

Browse files
author
Houssein Djirdeh
committed
fix deploy comand in travis yml
1 parent 54d1bcb commit bc3bef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ script:
1111
- npm run precache
1212

1313
deploy:
14-
firebase deploy --token $FIREBASE_TOKEN
14+
- firebase deploy --token $FIREBASE_TOKEN
1515

1616
notifications:
1717
email:

0 commit comments

Comments
 (0)