Skip to content

Commit

Permalink
Adding travis build config file
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomebytes committed Nov 23, 2016
1 parent d591fc3 commit 65c2709
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sudo: required

services:
- docker

script:
- wget -O- http://travis.debian.net/script.sh | sh -

branches:
except:
- /^debian\/\d/

0 comments on commit 65c2709

Please sign in to comment.