Skip to content

Commit

Permalink
chore: travis use rust language
Browse files Browse the repository at this point in the history
  • Loading branch information
mantou132 committed Nov 16, 2019
1 parent 196d9a2 commit 7698f9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
language: node_js
language: rust
addons:
apt:
packages:
- libxdo-dev

node_js: '12'
install: npm install

script:
- npm run lint
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ A:可能被 OS 禁止了,试试重新为应用授权。如:<a href="./scre
## 开发

```bash
# install rust environment

# install dep
npm i
# build rust native module
Expand Down

0 comments on commit 7698f9b

Please sign in to comment.