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

Working on Power Systems #95

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 7 additions & 1 deletion .travis.yml
@@ -1,12 +1,18 @@
sudo: false
arch:
- amd64
- ppc64le
language: go
go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- master

matrix:
allow failures:
- go: 1.9.x
- go: 1.10.x
env:
- GO111MODULE=on

Expand Down