Skip to content

Commit

Permalink
Add custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 8, 2017
1 parent f45a235 commit 769201b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -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

0 comments on commit 769201b

Please sign in to comment.