From f4a83fc9de17a12b417ca96e3053ef45347176c0 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 11 Apr 2020 10:25:47 -0400 Subject: [PATCH] typo fix in .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e8bd72577..3baeee2c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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