summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Drahoš <drahosp@gmail.com>2012-04-03 01:48:30 +0200
committerPeter Drahoš <drahosp@gmail.com>2012-04-03 01:48:30 +0200
commit597b68854a53bb537ee74363f7a26327d4b62cf7 (patch)
treec6f58962587db54cd52afede8c87b6b4d91d14fe
parent4ce3e3802e56e59aad1efb857a7693fb4648b7ea (diff)
downloadlua-597b68854a53bb537ee74363f7a26327d4b62cf7.tar.gz
Minor fix in after-script
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 74b4f33..4bab3f7 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: