소스 검색

Added Travis CI configuration

pyllyukko 8 년 전
부모
커밋
f7c1c6791c
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      .travis.yml

+ 7 - 0
.travis.yml

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