Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
Add lesson validation
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Oswalt <matt@keepingitclassless.net>
  • Loading branch information
Mierdin committed Mar 16, 2019
1 parent f52500a commit bcc28e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: generic
notifications:
email: false
before_install:
- sudo apt-get install -y jq
install:
- ./check-changelog.sh
sudo: false
4 changes: 4 additions & 0 deletions validate-lessons.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
eval latest_release=$(curl https://api.github.com/repos/nre-learning/syringe/releases/latest | jq .name)
curl -L -o syringe.tar.gz "https://github.com/nre-learning/syringe/releases/download/$latest_release/syringe-linux-amd64.tar.gz"
tar xvzf syringe.tar.gz
./syrctl validate ../antidote

0 comments on commit bcc28e7

Please # to comment.