Skip to content

Commit c11ef63

Browse files
author
志宇
committed
Further travis fixes.
1 parent bb46bf3 commit c11ef63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ before_script:
88
- sudo apt update
99
- sudo apt-get install gcc libgl1-mesa-dev xorg-dev
1010
- sudo apt install -y p7zip-full qemu-user-static build-essential crossbuild-essential-arm64
11-
- make install-linters
11+
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.22.2
1212
script:
1313
- make check
1414
- make integration-all

ci_scripts/install-golangci-lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/us#!/bin/bash
22

33
set -e -o pipefail
44

integration/env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22

33
# ROOT should be the base directory of this repository.
44
ROOT=$(pwd)

0 commit comments

Comments
 (0)