Revision 0017da8c0999cd82dba3a132c59386d18876f472 authored by Ian Vernon on 16 August 2019, 23:44:29 UTC, committed by Ian Vernon on 19 August 2019, 20:22:55 UTC
Signed-off by: Ian Vernon <ian@cilium.io>
1 parent 1c0c8f8
Raw File
.travis.yml
language: go

dist: trusty
sudo: required

go:
 - 1.12.8

if: branch = master OR type = pull_request

addons:
  apt:
    packages:
      - kernel-package libc6-dev-i386

before_install: ./.travis/prepare.sh

before_script:
  - export PATH=/usr/local/clang/bin:$PATH
  - export GO=/home/travis/.gimme/versions/go1.12.8.linux.amd64/bin/go

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