Skip to content

Commit 9e7d50c

Browse files
authored
Merge pull request #97 from ddeka2910/master
Add architecture ppc64le to travis build
2 parents 6568a79 + 3979f01 commit 9e7d50c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: cpp
2-
2+
os: linux
3+
arch:
4+
- amd64
5+
- ppc64le
36
compiler:
47
- gcc
58

0 commit comments

Comments
 (0)