Created
August 24, 2015 09:08
-
-
Save ibotdotout/47d7fb757eab01fce56b to your computer and use it in GitHub Desktop.
travis with docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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