Skip to content

Commit

Permalink
Fix wrong indention in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Apr 15, 2020
1 parent 8626867 commit 0e4e97f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ matrix:
docker build --rm -t ffi-armhf -f spec/env/Dockerfile.armhf .
script: |
docker run --rm -t -v `pwd`:/ffi ffi-armhf
exclude:
- os: osx
rvm: truffleruby-head
exclude:
- os: osx
rvm: truffleruby-head
after_failure:
- "find build -name mkmf.log | xargs cat"

0 comments on commit 0e4e97f

Please sign in to comment.