Skip to content

Commit 925ebf4

Browse files
authored
Merge pull request #6 from genisysram/master
Added script to work on power system
2 parents b8cc56e + 0d87ca7 commit 925ebf4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
language: go
2+
arch:
3+
- amd64
4+
- ppc64le
5+
26
go_import_path: github.com/grokify/html-strip-tags-go
37
go:
48
- "1.15.x"
@@ -18,7 +22,11 @@ go:
1822
- tip
1923
matrix:
2024
allow_failures:
25+
- go: "1.4.x"
26+
- go: "1.3.x"
27+
- go: "1.2.x"
2128
- go: tip
29+
2230
install:
2331
- go get -t -v ./...
2432
script:

0 commit comments

Comments
 (0)