We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e31d15 commit c79c8dbCopy full SHA for c79c8db
.travis/travis.sh
@@ -4,8 +4,8 @@
4
if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
5
brew install lua
6
else
7
- apt-get update -qq && \
8
- apt-get install -qq lua5.2
+ sudo apt-get update -qq && \
+ sudo apt-get install -qq lua5.2
9
fi
10
11
# Check if build is not tagged
0 commit comments