Skip to content

Commit 4fdafe2

Browse files
committed
Fix deployment branch criterion
1 parent 7d7c3d8 commit 4fdafe2

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
@@ -36,5 +36,6 @@ deploy:
3636
secret_access_key: $ARTIFACTS_SECRET
3737
bucket: $ARTIFACTS_BUCKET
3838
local_dir: $HOME/archive
39-
all_branches: true
39+
on:
40+
all_branches: true
4041
acl: public_read

0 commit comments

Comments
 (0)