Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit afdab57

Browse files
committed
lua 5.3 is not available on trusty repo on Travis.
The high minor available is 2.
1 parent 493648d commit afdab57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
install:
1818
- sudo apt-get update
19-
- sudo apt-get install --assume-yes --quiet --no-install-suggests --no-install-recommends lua5.3 luajit
19+
- sudo apt-get install --assume-yes --quiet --no-install-suggests --no-install-recommends lua5.2 luajit
2020

2121
before_script:
2222
- luac -v

0 commit comments

Comments
 (0)