Skip to content

Commit

Permalink
Merge 2d908ba into 414b43e
Browse files Browse the repository at this point in the history
  • Loading branch information
zazzel committed Dec 3, 2020
2 parents 414b43e + 2d908ba commit fda2063
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: python

arch:
- amd64
- ppc64le

sudo: false

env:
Expand All @@ -10,6 +14,14 @@ env:
- LUA="luajit @"
- LUA="luajit 2.0"
- LUA="luajit 2.1"
jobs:
exclude:
- arch: ppc64le
env: LUA="luajit @"
- arch: ppc64le
env: LUA="luajit 2.0"
- arch: ppc64le
env: LUA="luajit 2.1"

before_install:
- pip install hererocks
Expand Down

0 comments on commit fda2063

Please sign in to comment.