docs: readme and travis

This commit is contained in:
Michael Matuzak 2016-10-12 20:00:32 -07:00
parent 59ac52a128
commit 3b2af278f3
2 changed files with 5 additions and 0 deletions

3
.travis.yml Normal file
View File

@ -0,0 +1,3 @@
language: node_js
node_js:
- "6"

View File

@ -1,2 +1,4 @@
# parser-6502
Parser for 6502 assembler
[![Build Status](https://travis-ci.org/emkay/parser-6502.svg?branch=master)](https://travis-ci.org/emkay/parser-6502)