Skip to content

Commit

Permalink
fix(.travis.yml): use https for URL (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cáceres committed Jun 27, 2019
1 parent a461352 commit 6e77a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ branches:

env:
global:
- URL="http://w3c.github.io/screen-orientation/W3CTRMANIFEST"
- URL="https://w3c.github.io/screen-orientation/W3CTRMANIFEST"
- DECISION="https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html"
- secure: "dJTE91QLWps4EXBHoQinGu4RdO6YSjk6KU/GZRFxWXyckDtOJJKu6IoB5bFtYvf6re2yh4oX5+CxuT/6trMJyVjO96cfC3OPzBgQNgwHr7ZzuP+VubLuQ6NG81ZKctqRiph1848xTq0h1hvpjWDgKTWV0uvTJWFJKU5iLzfJsZA="

Expand Down

0 comments on commit 6e77a19

Please sign in to comment.