Skip to content

Commit 849d7eb

Browse files
authored
Merge pull request sergi#113 from sreekanth370/master
Added power support for the travis.yml file with ppc64le. and update go versions for package: go-diff
2 parents 0a651d5 + d9add37 commit 849d7eb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
language: go
2-
2+
arch:
3+
- amd64
4+
- ppc64le
35
os:
46
- linux
57
- osx
68

79
go:
8-
- 1.9.x
9-
- 1.10.x
10-
- 1.11.x
11-
- 1.12.x
12-
- 1.13.x
10+
- 1.13
11+
- 1.14
12+
- 1.15
1313

1414
sudo: false
1515

0 commit comments

Comments
 (0)