Skip to content

Commit

Permalink
Merge pull request #6 from genisysram/master
Browse files Browse the repository at this point in the history
Added script to work on power system
  • Loading branch information
grokify committed Dec 31, 2020
2 parents b8cc56e + 0d87ca7 commit 925ebf4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: go
arch:
- amd64
- ppc64le

go_import_path: github.com/grokify/html-strip-tags-go
go:
- "1.15.x"
Expand All @@ -18,7 +22,11 @@ go:
- tip
matrix:
allow_failures:
- go: "1.4.x"
- go: "1.3.x"
- go: "1.2.x"
- go: tip

install:
- go get -t -v ./...
script:
Expand Down

0 comments on commit 925ebf4

Please sign in to comment.