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 bfd5990 commit 6e25a2cCopy full SHA for 6e25a2c
appveyor.yml
@@ -16,6 +16,6 @@ build_script:
16
test_script:
17
- moon.exe test.moon
18
- moonc.exe test.moon
19
- - lua5.1.exe -e "print(require('moonscript.version').version)"
+ - lua5.1.exe -e "assert(require('moonscript'))"
20
21
0 commit comments