typo fix in .travis.yml

This commit is contained in:
nhmall
2020-04-11 10:25:47 -04:00
parent 08852d25be
commit f4a83fc9de

View File

@@ -118,7 +118,8 @@ matrix:
script:
- export ADD_CURSES=Y
- export PDCURSES_TOP=../lib/pdcurses
- export LUA_VERSION=5.3.5 - sh sys/winnt/travis-gcc.sh
- export LUA_VERSION=5.3.5
- sh sys/winnt/travis-gcc.sh
- test -d "lib/lua-$LUA_VERSION/src" || exit 0
- test -d "lib/pdcurses" || exit 0
- cd src