Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

Commit

Permalink
Update CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Jun 16, 2020
1 parent 7be755d commit ae09683
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,11 +1,11 @@
dist: bionic
language: go
go:
- "1.12.x"
- "1.13.x"
env:
- GO111MODULE=on

install:
- make setup
# TODO: Remove `cmd` altogether
- make build

stages:
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -9,7 +9,6 @@ init:
install:
- set PATH=%GOPATH%\bin;c:\go\bin;C:\Ruby22\bin;%cd%\bin;%PATH%
build_script:
- cmd: make setup
- cmd: make build-win
test_script:
- cmd: make test

0 comments on commit ae09683

Please sign in to comment.