Skip to content

Commit 9f1ff97

Browse files
authored
Add Power Support ppc64le
1 parent aebbc13 commit 9f1ff97

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.travis.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ matrix:
1515
go: 1.14.x
1616
- arch: s390x
1717
go: 1.15.x
18+
- arch: ppc64le
19+
go: 1.12.x
20+
- arch: ppc64le
21+
go: 1.13.x
22+
- arch: ppc64le
23+
go: 1.14.x
24+
- arch: ppc64le
25+
go: 1.15.x
26+
1827
# Install g++-4.8 to support std=c++11 for github.com/google/certificate-transparency/go/merkletree
1928
addons:
2029
apt:
@@ -42,8 +51,8 @@ branches:
4251

4352
before_script:
4453
- make bin/golint
45-
#Setup postgresql for s390x environment
46-
- if [[ $(uname -m) == 's390x' ]]; then
54+
#Setup postgresql for s390x environment or Power Support environment
55+
- if [[ $(uname -m) == 's390x' || $(uname -m) == 'ppc64le' ]]; then
4756
sudo apt-get --purge remove postgresql-*;
4857
sudo rm -Rf /etc/postgresql /var/lib/postgresql;
4958
sudo apt-get update;

0 commit comments

Comments
 (0)