From 3b7c4f5ac67fc1497240b0c7a643e813475220b7 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Mon, 10 Sep 2018 20:33:50 +0200 Subject: [PATCH] display kernel info in CI --- .travis.yml | 1 + shippable.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4ce4f6829..0f316b142 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ go_import_path: v2ray.com/core git: depth: 5 before_script: +- uname -a - sudo ntpdate -u time.google.com - date script: diff --git a/shippable.yml b/shippable.yml index 8867ff692..841dd0a1a 100644 --- a/shippable.yml +++ b/shippable.yml @@ -10,6 +10,7 @@ branches: build: ci: + - uname -a - curl -L -o golang.tar.gz https://dl.google.com/go/go1.11.linux-arm64.tar.gz - tar -C /usr/local -xzf golang.tar.gz - export PATH=$PATH:/usr/local/go/bin