Browse Source

Merge pull request #33 from ujjwalsh/master

added support for linux on power
master
Svend Sorensen 3 years ago
committed by GitHub
parent
commit
76dab58db7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .travis.yml

+ 3
- 0
.travis.yml View File

@@ -1,3 +1,6 @@
language: c
arch:
- ppc64le
- amd64
install: autoreconf --install
script: ./configure && make

Loading…
Cancel
Save