add travis config

This commit is contained in:
Joshua Bell 2020-03-14 10:40:06 -07:00
parent ce265830d6
commit 81b6b31cdf
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
sudo: enabled
os: osx
language: c
install:
- git clone https://github.com/cc65/cc65 /tmp/cc65 &&
sudo make -C /tmp/cc65 ca65 ld65 avail &&
ca65 --version
script:
- make