Skip to content

Commit c79c8db

Browse files
committed
1.7.0 release
1 parent 4e31d15 commit c79c8db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis/travis.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
55
brew install lua
66
else
7-
apt-get update -qq && \
8-
apt-get install -qq lua5.2
7+
sudo apt-get update -qq && \
8+
sudo apt-get install -qq lua5.2
99
fi
1010

1111
# Check if build is not tagged

0 commit comments

Comments
 (0)