Skip to content

Commit 1cb2650

Browse files
committed
Remove echidna dry-run flag.
1 parent ffa2013 commit 1cb2650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
- docker pull stupchiy/checklink
2323
- docker run -it stupchiy/checklink -b -X '(http|https|mailto):' "https://labs.w3.org/spec-generator/?type=respec&url=https://rawgit.com/w3c/json-ld-api/${TRAVIS_BRANCH}/index.html?specStatus=WD;shortName=json-ld11-api"
2424
- stage: echidna
25-
name: "Enchidna Publication"
25+
name: "Echidna Publication"
2626
# Only on push to "publications" branch
2727
if: branch = publications AND type = push
2828
env:
2929
- URL="http://w3c.github.io/json-ld-api/ECHIDNA"
3030
- DECISION="https://www.w3.org/2018/json-ld-wg/Meetings/Minutes/2018/2018-09-28-json-ld#resolution2"
3131
- TOKEN: "11657711435bb82ee2493813.74388089"
3232
script:
33-
- curl "https://labs.w3.org/echidna/api/request" --data 'dry-run=true' --data "url=$URL" --data "decision=$DECISION" --data "token=$TOKEN"
33+
- curl "https://labs.w3.org/echidna/api/request" --data "url=$URL" --data "decision=$DECISION" --data "token=$TOKEN"

0 commit comments

Comments
 (0)