Updated __interrupt and __using directives to use (...) syntax. This fixes examples...
[fx2lib.git] / .travis.yml
blobe5c96c906b8f5322cc0c77ddae61e320308dd669
1 language: c
2 sudo: required
4 install:
5   - # Add PPA with newer version of sdcc backported to precise.
6   - sudo add-apt-repository -y ppa:mithro/sdcc-precise
7   - sudo apt-get update
8   - # Need libusb-dev for fx2loader and other tools
9   - sudo apt-get install -y libusb-1.0-0-dev
10   - # Install sdcc
11   - sudo apt-get install --force-yes -y sdcc
12   - sdcc --version
14 script:
15   - make