user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit f7c1c6791ceccb6c719d37c47d9c95cfd62bd1e0
parent f10a6d89c95bf44c16aaee89d30a757fe147c4fe
Author: pyllyukko <pyllyukko@maimed.org>
Date:   Wed,  1 Mar 2017 00:11:05 +0200

Added Travis CI configuration

Diffstat:
A.travis.yml | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -0,0 +1,7 @@ +language: node_js +node_js: + - "node" +before_script: + - npm install -g acorn +script: + - acorn user.js