Skip to content

Commit e3549b3

Browse files
authored
Adding Power support(ppc64le) with ci and testing to the project for architecture independent (getsentry#955)
1 parent edf5ec6 commit e3549b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ jobs:
4848
install: []
4949
script: make travis-upload-docs
5050

51+
- python: "3.9"
52+
arch: ppc64le
53+
dist: bionic
54+
55+
before_install:
56+
- sudo apt-get install zip
5157
before_script:
5258
- psql -c 'create database travis_ci_test;' -U postgres
5359
- psql -c 'create database test_travis_ci_test;' -U postgres

0 commit comments

Comments
 (0)