summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Drahoš <drahosp@gmail.com>2012-04-03 01:53:57 +0200
committerPeter Drahoš <drahosp@gmail.com>2012-04-03 01:53:57 +0200
commitf4555b8b6441ab486fef1941e76532ba59e5a246 (patch)
tree0c3b87cf34ac377aeddfe811e6cdf98acc4f6822
parent597b68854a53bb537ee74363f7a26327d4b62cf7 (diff)
downloadlua-f4555b8b6441ab486fef1941e76532ba59e5a246.tar.gz
Version report fix in Travis
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4bab3f7..b7fd0f0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ script:
# Execute additional tests or commands
after_script:
- - ./_test/bin/lua -e "print ('_VERSION')"
+ - ./_test/bin/lua -e "print (_VERSION)"
# Only watch the master branch
branches: