vita-toolchain

git clone https://git.neptards.moe/neptards/vita-toolchain.git
Log | Files | Refs | README | LICENSE

.travis.yml (212B)


      1 matrix:
      2   include:
      3     - os: linux
      4       dist: trusty
      5       sudo: false
      6     - os: osx
      7       osx_image: xcode8.2
      8 language: c
      9 
     10 script:
     11   - chmod +x build.sh
     12   - ./build.sh
     13 
     14 notifications:
     15   irc:
     16     - $IRC_CHANNEL