1
1
Fork 0
mirror of https://github.com/arkenfox/user.js.git synced 2024-04-27 20:05:05 +02:00

Added Travis CI configuration

This commit is contained in:
pyllyukko 2017-03-01 00:11:05 +02:00
parent f10a6d89c9
commit f7c1c6791c
No known key found for this signature in database
GPG Key ID: 8043380FC109A370

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: node_js
node_js:
- "node"
before_script:
- npm install -g acorn
script:
- acorn user.js