Skip to content

Commit

Permalink
Comment out some more MacOS lines that may have been unintentional
Browse files Browse the repository at this point in the history
These have been building on MacOS for a very long time, and although
there were exclusions listed in .travis.yml, they were not exactly identical
to the matrix above it, so they were not excluded.

Comment them out, I see no reason why they cannot be tested as they have been.
  • Loading branch information
samcv committed Apr 15, 2017
1 parent 79a259c commit d9fc19b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -97,10 +97,10 @@ matrix:
env: MVM_OPTIONS="--has-libffi --no-jit" CC='gcc'
- os: osx
env: MVM_OPTIONS="--has-libffi" CC='gcc'
- os: osx
env: MVM_OPTIONS="--no-jit" CC='gcc'
- os: osx
env: MVM_OPTIONS="" CC='gcc'
# - os: osx
# env: MVM_OPTIONS="--no-jit" CC='gcc'
# - os: osx
# env: MVM_OPTIONS="" CC='gcc'
- os: osx
env: MVM_OPTIONS="--has-libffi --no-jit" CC='clang'
- os: osx
Expand Down

0 comments on commit d9fc19b

Please sign in to comment.