Skip to content

Commit

Permalink
Added travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
zuiidea committed Sep 10, 2018
1 parent 7d5ad95 commit d1d559b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js
node_js:
- node
script:
- npm run build
before_install:
- openssl aes-256-cbc -K $encrypted_18b2305b78c9_key -iv $encrypted_18b2305b78c9_iv
-in config/id_rsa.enc -out ~\/.ssh/id_rsa -d
after_success:
- scp -o stricthostkeychecking=no -r ./dist [email protected]:/home/www/antd-admin
Binary file added config/id_rsa.enc
Binary file not shown.

0 comments on commit d1d559b

Please sign in to comment.