summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2019-02-01 23:23:58 +0100
committerPietro Albini <pietro@pietroalbini.org>2019-02-01 23:23:58 +0100
commitbabe39c808921271a8192a17442ebfae3c22107c (patch)
tree6dc454c120abbfac97651f4a82ca236ca6514e28 /.travis.yml
parent06b1aec8f764bda1041c761cc8b97e0a8f180cf4 (diff)
ci: set the cname on github pages
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9d49c55..adc3799 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ rust: stable
script:
- cargo run check
- cargo run static-api build
+ - echo "team-api.infra.rust-lang.org" > build/CNAME
deploy:
provider: script