language: python sudo: false env: - LUA="lua=5.1" before_install: - pip install hererocks - hererocks lua_install -r^ --$LUA - export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH install: - luarocks install busted script: - busted after_success: - luacov-coveralls --exclude $TRAVIS_BUILD_DIR/lua_install branches: only: - master - stable - beta except: - gh-pages notifications: email: on_success: change on_failure: always