mirror of
https://github.com/arkenfox/user.js.git
synced 2026-06-13 16:01:30 +05:30
Added Travis CI configuration
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "node"
|
||||||
|
before_script:
|
||||||
|
- npm install -g acorn
|
||||||
|
script:
|
||||||
|
- acorn user.js
|
||||||
Reference in New Issue
Block a user