Skip to content

Commit f3a435d

Browse files
authored
travis: fix repo filter (#204)
One more post-rename thing :D
1 parent 8df1b7f commit f3a435d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ deploy:
3333
skip_cleanup: true
3434
script: travis-scripts/deploy.bash dev-stg
3535
on:
36-
repo: NYTimes/video-transcoding-api
36+
repo: nytimes/video-transcoding-api
3737
branch: master
3838
go: 1.x
3939
- provider: script
4040
skip_cleanup: true
4141
script: travis-scripts/deploy.bash prd
4242
on:
43-
repo: NYTimes/video-transcoding-api
43+
repo: nytimes/video-transcoding-api
4444
tags: true
4545
go: 1.x
4646
notifications:

0 commit comments

Comments
 (0)