Skip to content

Commit 73c13e2

Browse files
author
Houssein Djirdeh
committed
change deploy comand to after success in travis yml
1 parent bc3bef7 commit 73c13e2

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
@@ -10,7 +10,7 @@ script:
1010
- npm run build
1111
- npm run precache
1212

13-
deploy:
13+
after_success:
1414
- firebase deploy --token $FIREBASE_TOKEN
1515

1616
notifications:

0 commit comments

Comments
 (0)