typo fix in .travis.yml
This commit is contained in:
+2
-1
@@ -118,7 +118,8 @@ matrix:
|
|||||||
script:
|
script:
|
||||||
- export ADD_CURSES=Y
|
- export ADD_CURSES=Y
|
||||||
- export PDCURSES_TOP=../lib/pdcurses
|
- 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/lua-$LUA_VERSION/src" || exit 0
|
||||||
- test -d "lib/pdcurses" || exit 0
|
- test -d "lib/pdcurses" || exit 0
|
||||||
- cd src
|
- cd src
|
||||||
|
|||||||
Reference in New Issue
Block a user