Revision e12d5f81eecead2215248dcedb70cc8b9d140762 authored by Maciej Kwiek on 18 August 2020, 11:12:08 UTC, committed by Maciej Kwiek on 18 August 2020, 11:12:08 UTC
This reverts commit fef1a0d4f6f95e7843a25a9eeb439482aa95156a.
1 parent e7d3804
Raw File
.travis.yml
language: go

dist: bionic
sudo: required

go: "1.15"

arch:
  - amd64
  - arm64

jobs:
  allow_failures:
  - arch: arm64

if: branch = master OR type = pull_request

addons:
  apt:
    packages:
      - kernel-package
      - gnupg
      - libelf-dev

before_install: ./.travis/prepare.sh

before_script:
  - export PATH=/usr/local/clang/bin:$PATH

script: ./.travis/build.sh
back to top