File: .travis.yml

package info (click to toggle)
tnseq-transit 3.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 93,400 kB
  • sloc: python: 13,229; sh: 49; makefile: 19
file content (16 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: python

services:
  - docker

before_install:
  - docker build -t transit .

DISPLAY: 0.0
notifications:
  email:
    on_success: change # default: change
    on_failure: change # default: always

script: travis_wait 20 docker run -t transit