Skip to content

Commit a538700

Browse files
authored
Merge pull request #1151 from nagesh4193/master
Add Power Support ppc64le
2 parents aebbc13 + 9f1ff97 commit a538700

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.travis.yml

Lines changed: 11 additions & 2 deletions
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)