diff --git a/.travis.yml b/.travis.yml index c3c00aa82a0..5faa77fe7a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,8 +38,8 @@ after_success: # ./.travis/docs.sh' deploy: local_dir: $CARGO_TARGET_DIR/doc - repo: swc-project/swc - target_branch: gh-pages + repo: swc-project/swc-project.github.io + target_branch: master provider: pages skip_cleanup: true github_token: $GH_TOKEN diff --git a/README.md b/README.md index 2f978ab216c..10fe0073502 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Make the web (development) faster. +swc is rust port of [babel][] and [closure compiler][]. + # Installation @@ -52,5 +54,6 @@ use(8 + 8, Math.pow(8, 8)); - +[babel]:https://github.com/babel/babel +[closure compiler]:https://github.com/google/closure-compiler [rust]:https://www.rust-lang.org