File: .travis.yml

package info (click to toggle)
installation-birthday 12
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 104 kB
  • sloc: python: 157; makefile: 13; sh: 6
file content (11 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
sudo: required
language: generic

services:
  - docker

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

if:
  tag IS blank