diff options
author | xia <xiazeyu_2011@126.com> | 2019-01-07 20:41:37 +0800 |
---|---|---|
committer | xia <xiazeyu_2011@126.com> | 2019-01-07 20:41:37 +0800 |
commit | aba2c3e12fa478064584aa189601610c71c1dfe8 (patch) | |
tree | 614ed743430320e304c104ee3047e5564ab9f56c /.travis.yml | |
parent | 51136927dcd4b7787e9632c5103cc79423e39a52 (diff) | |
download | Dress-aba2c3e12fa478064584aa189601610c71c1dfe8.tar Dress-aba2c3e12fa478064584aa189601610c71c1dfe8.tar.gz Dress-aba2c3e12fa478064584aa189601610c71c1dfe8.tar.bz2 Dress-aba2c3e12fa478064584aa189601610c71c1dfe8.zip |
ci: add drsrel.github.io, fix bugs
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index fda4023..ce58af5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,9 @@ script: - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./deploy/getGHPage.sh; fi' - 'npm run build' - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./deploy/pushGHPage.sh; fi' + - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./deploy/getGHPage_drsrel.sh; fi' + - 'npm run build' + - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./deploy/pushGHPage.sh; fi' # deploy: # provider: s3 # access_key_id: ztDf0fCxr0eCgSIi |