Skip to content

Instantly share code, notes, and snippets.

View ExcaliburZero's full-sized avatar

Chris ExcaliburZero

  • California, United States
  • 16:55 (UTC -07:00)
View GitHub Profile
@ExcaliburZero
ExcaliburZero / .travis.yml
Created April 4, 2015 06:07
Ren'Py Travis CI .travis.yml file
language: python
python:
- "2.7"
# command to install dependencies
install:
- cd ..
- wget http://www.renpy.org/dl/6.99.1/renpy-6.99.1-sdk.tar.bz2
- tar xf renpy-6.99.1-sdk.tar.bz2
- rm renpy-6.99.1-sdk.tar.bz2
- mv renpy-6.99.1-sdk renpy