Skip to content

Commit

Permalink
Travis: after_install: list luarocks
Browse files Browse the repository at this point in the history
This is meant to be useful when comparing build logs.
  • Loading branch information
blueyed committed Feb 25, 2019
1 parent f049046 commit 72fe0ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -217,6 +217,10 @@ install:
travis_fold_end
return 0
}
after_install:
- luarocks list --porcelain | column -t -s $'\r'

script:
- export CMAKE_ARGS="-DLUA_LIBRARY=${LUALIBRARY} -DLUA_INCLUDE_DIR=${LUAINCLUDE} -D OVERRIDE_VERSION=$AWESOME_VERSION -DSTRICT_TESTS=true -D DO_COVERAGE=$DO_COVERAGE -D CMAKE_C_FLAGS=-Werror"
- |
Expand Down

0 comments on commit 72fe0ce

Please sign in to comment.