Skip to content

Commit

Permalink
I wonder what travis will do
Browse files Browse the repository at this point in the history
  • Loading branch information
robobenklein committed May 24, 2018
1 parent 689fbe8 commit 8a727ca
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

language: python

jobs:
include:
- os: linux
sudo: false
script:
- ./install -v
- os: linux
sudo: 9000
services:
- docker
script:
- docker build --tag robobenklein/home:travis_${TRAVIS_BRANCH} .

0 comments on commit 8a727ca

Please sign in to comment.