Skip to content

Commit

Permalink
Don’t check unsupported lua versions to speed up CI
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Minari <[email protected]>
  • Loading branch information
yangm97 committed Jul 22, 2018
1 parent 9207af9 commit 15e949e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ sudo: false
env:
- LUA="lua=5.1" # Recommended version for polling mode
- LUA="luajit=2.1" # Recommended version for webhooks mode
- LUA="lua=5.2"
- LUA="lua=5.3"
- LUA="luajit 2.0"
# - LUA="lua=5.2"
# - LUA="lua=5.3"
# - LUA="luajit 2.0"

before_install:
- pip install hererocks
Expand All @@ -26,9 +26,9 @@ script:
# after_success:
# - luacov-coveralls --exclude $TRAVIS_BUILD_DIR/lua_install

matrix:
allow_failures:
- env: LUA="lua=5.2" LUA="lua=5.3" LUA="luajit 2.0"
# matrix:
# allow_failures:
# - env: LUA="lua=5.2" LUA="lua=5.3" LUA="luajit 2.0"

notifications:
email:
Expand Down

0 comments on commit 15e949e

Please sign in to comment.