Skip to content

Commit f2e1f6d

Browse files
committed
missing test case in travic & appveyor build config
1 parent 9f05b6c commit f2e1f6d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ script:
6363
- lua test09.lua
6464
- lua test10.lua
6565
- lua test11.lua
66+
- lua test12.lua
6667

6768
notifications:
6869
email:

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ test_script:
7272
- lua test09.lua
7373
- lua test10.lua
7474
- lua test11.lua
75+
- lua test12.lua
7576

7677
after_test:
7778
# deploy

0 commit comments

Comments
 (0)