mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-02 14:26:05 -04:00
Added Travis CI configuration
This commit is contained in:
parent
f10a6d89c9
commit
f7c1c6791c
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "node"
|
||||
before_script:
|
||||
- npm install -g acorn
|
||||
script:
|
||||
- acorn user.js
|
Loading…
Add table
Add a link
Reference in a new issue