Skip to content

Commit

Permalink
Travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik committed Feb 18, 2020
1 parent 20ee65b commit 3afb6ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
language: minimal
install:
- wget https://github.com/pfusik/xasm/releases/download/xasm-3.1.1/xasm_3.1.1-1_amd64.deb
- sudo dpkg -i xasm_3.1.1-1_amd64.deb
script: make
2 changes: 2 additions & 0 deletions README.md
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/pfusik/zlib6502.svg?branch=master)](https://travis-ci.org/pfusik/zlib6502)

6502 inflate routine
====================

Expand Down

0 comments on commit 3afb6ab

Please sign in to comment.