Skip to content

Commit 4399e98

Browse files
committed
Fix rockspec and travis ci
1 parent eca4af7 commit 4399e98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

html-entities-git-2.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package = "html-entities"
2-
version = "git-1"
2+
version = "git-2"
33

44
source = {
55
url = "https://github.com/TiagoDanin/htmlEntities-for-lua.git"

tests/travis.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
htmlEntities = require('htmlEntities')
2-
--htmlEntities = require('src/htmlEntities')
1+
--htmlEntities = require('htmlEntities')
2+
htmlEntities = require('src/htmlEntities')
33
test = require('tests/test')
44

55
print('\n\nInit test htmlEntities for Travis')

0 commit comments

Comments
 (0)