Skip to content

Instantly share code, notes, and snippets.

View NumberA's full-sized avatar

Number A NumberA

View GitHub Profile
@NumberA
NumberA / .travis.yml
Created January 12, 2017 01:57
Updated Ren'Py .travis.yml
# Specify the language and install dependencies
language: python
python:
- "2.7"
# Install Ren'Py and navigate to the Ren'Py install directory
install:
- cd ..
- wget http://www.renpy.org/dl/6.99.12/renpy-6.99.12-sdk.tar.bz2
- tar xf renpy-6.99.12-sdk.tar.bz2