add xa65 dependency to travis build

This commit is contained in:
Christopher A. Mosher 2017-09-09 18:52:40 -04:00
parent f9da9258e8
commit 39280fb2d1

View File

@ -6,7 +6,7 @@ compiler:
before_install: before_install:
- sudo apt-get -qq update - sudo apt-get -qq update
install: install:
- sudo apt-get install -y libsdl2-2.0 - sudo apt-get install -y libsdl2-2.0 xa65
before_script: before_script:
- ./bootstrap - ./bootstrap
script: script: