Skip to content

Instantly share code, notes, and snippets.

@ExcaliburZero
Created April 4, 2015 06:07
Show Gist options
  • Save ExcaliburZero/1e79f2077241c88dec4b to your computer and use it in GitHub Desktop.
Save ExcaliburZero/1e79f2077241c88dec4b to your computer and use it in GitHub Desktop.
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
- cd renpy
# command to run tests
script: ./renpy.sh "../ganbatte/" lint && ./renpy.sh launcher distribute "../ganbatte/"
@JynxedJ
Copy link

JynxedJ commented Nov 21, 2015

used V.6.99.7

"error: No available video device"

@NumberA
Copy link

NumberA commented Jan 12, 2017

Here's an updated version that works with Ren'Py 6.99.12

https://gist.github.com/NumberA/588baf4398c89d4cd64c40cd718e0ed5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment