github.com/singularityware/singularity@v3.1.1+incompatible/.travis.yml (about)

     1  language: go
     2  
     3  sudo: required
     4  dist: trusty
     5  
     6  go:
     7    - "1.11"
     8  
     9  addons:
    10    apt:
    11      packages:
    12        - flawfinder
    13        - squashfs-tools
    14        - uuid-dev
    15        - libuuid1
    16        - libssl-dev
    17        - libssl1.0.0
    18        - libarchive-dev
    19        - libgpgme11-dev
    20        - libseccomp-dev
    21    homebrew:
    22      packages:
    23        - squashfs
    24      update: true
    25  
    26  matrix:
    27    include:
    28      - os: linux
    29      - os: linux
    30        env: OS_TYPE=centos OS_VERSION=6
    31      - os: linux
    32        env: OS_TYPE=centos OS_VERSION=7
    33      - os: osx
    34        osx_image: xcode10.1
    35        before_install:
    36          - # pass
    37        script:
    38          - .travis/macos/build
    39          - .travis/macos/test
    40      - os: osx
    41        osx_image: xcode9.2
    42        before_install:
    43          - # pass
    44        script:
    45          - .travis/macos/build
    46          - .travis/macos/test
    47  
    48  services:
    49    - docker
    50  
    51  before_install:
    52    - .travis/before_install
    53  
    54  install:
    55    - # override the default go install target
    56  
    57  script:
    58    - .travis/script