Skip to content

Commit a3b1af1

Browse files
author
Marcos Cáceres
authored
remove debug
1 parent 95d89c5 commit a3b1af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install:
1515
- npm install respec-validator
1616

1717
script:
18-
- npx respec-validator --debug=true --check-links-using-get --gh-user=$GH_USER --gh-token=$GH_TOKEN index.html
18+
- npx respec-validator --check-links-using-get --gh-user=$GH_USER --gh-token=$GH_TOKEN index.html
1919

2020
cache:
2121
directories:

0 commit comments

Comments
 (0)