From 769201bf5e25131d49d6d14c7d54ce78ed0ee135 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sun, 8 Jan 2017 12:50:05 +0100 Subject: [PATCH] Add custom domain --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 08b94f9..eaf4bed 100755 --- a/.travis.yml +++ b/.travis.yml @@ -25,5 +25,7 @@ after_script: if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" -a $exitCode -eq 0 ]; then npm install docpress git-update-ghpages - ./node_modules/.bin/docpress build && ./node_modules/.bin/git-update-ghpages -e + ./node_modules/.bin/docpress build + echo "osom.js.org" > _docpress/CNAME + ./node_modules/.bin/git-update-ghpages -e fi