We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8e58e commit da1b477Copy full SHA for da1b477
.travis.yml
@@ -10,7 +10,7 @@ install:
10
- luarocks install --local luacheck
11
12
before_script:
13
-- /home/travis/.luarocks/bin/luacheck . --no-color -qo "011"
+ - /home/travis/.luarocks/bin/luacheck . --no-color -qo "011"
14
15
script: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash
16
@@ -26,4 +26,4 @@ cache:
26
27
branches:
28
only:
29
- - /^\d+\.\d+\.\d+(\.\d+)?(-\S*)?$/
+ - /^\d+\.\d+\.\d+(\.\d+)?(-\S*)?$/
0 commit comments