Skip to content

Instantly share code, notes, and snippets.

@ibotdotout
Created August 24, 2015 09:08
Show Gist options
  • Save ibotdotout/47d7fb757eab01fce56b to your computer and use it in GitHub Desktop.
Save ibotdotout/47d7fb757eab01fce56b to your computer and use it in GitHub Desktop.
travis with docker
sudo: required
language: python
services:
- docker
before_install:
- docker build -t robot-packtpub .
script:
- docker run robot-packtpub /bin/sh -c "pybot getebook.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment