Codebase list sunpinyin / lintian-fixes/main .travis.yml
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

.travis.yml @lintian-fixes/mainraw · history · blame

language: cpp
dist: focal
addons:
  apt:
    packages:
      - scons
      - python3
script: scons
branches:
  only:
    - master
compiler:
  - clang
  - gcc