Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pzimbrod authored Jun 7, 2021
1 parent 0c9e33c commit e936330
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
sudo: required

services:
- docker

script:
- docker pull debian:unstable
- docker build .

notifications:
email:
on_success: never
on_failure: always

0 comments on commit e936330

Please sign in to comment.