From e398ebee0a2ae67e51e519a55357344c236fefb2 Mon Sep 17 00:00:00 2001 From: xiezl Date: Sat, 18 Apr 2020 09:18:10 +0800 Subject: [PATCH] #7 Add CI configuration file --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..67fd3f7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +install: + - npm install +script: + - npm build +deploy: + provider: pages + skip_cleanup: true + github_token: $GITHUB_TOKEN + keep_history: true + on: + branch: master \ No newline at end of file