<<: *test_nodep
when: delayed
start_in: 3 minutes # give the build in Travis CI time to finish
- allow_failure: true # TODO: remove once OSX build is fixed
script:
- ci/travis.py ${CI_COMMIT_REF_NAME}
case) and doesn't pollute the source tree. This allows you to have multiple
build roots with different build configurations at the same time.
+.. note:: When compiling on OS X, creating a shared library is currently not
+ possible when using luajit package from Homebrew due to `#37169
+ <https://github.com/Homebrew/homebrew-core/issues/37169>`_.
+
Build options
~~~~~~~~~~~~~