Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Signed-off-by: waxsd100 <[email protected]>
  • Loading branch information
waxsd100 authored Jan 17, 2025
1 parent b0e2254 commit 72c0c1b
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
language: python
python:
- "2.7"
install:
- pip install jsonschema
script:
- wget https://raw.githubusercontent.com/TUSB/minecraft-json-schemas/master/scripts/validate_check.py
- chmod +x validate_check.py
- python ./validate_check.py
after_success:
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
- chmod +x send.sh
- ./send.sh success $WEBHOOK_URL
after_failure:
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
- chmod +x send.sh
- ./send.sh failure $WEBHOOK_URL

0 comments on commit 72c0c1b

Please sign in to comment.