Skip to content

Instantly share code, notes, and snippets.

@vtiffenberg
Created July 14, 2016 18:30
Show Gist options
  • Save vtiffenberg/d8fa07ebfc812b38161e59eec32aa8ff to your computer and use it in GitHub Desktop.
Save vtiffenberg/d8fa07ebfc812b38161e59eec32aa8ff to your computer and use it in GitHub Desktop.
dependencies:
cache_directories:
- "crystal-0.17.4-1"
pre:
- if [[ ! -e crystal-0.17.4-1 ]]; then wget https://github.com/crystal-lang/crystal/releases/download/0.17.4/crystal-0.17.4-1-linux-x86_64.tar.gz && tar xvfz crystal-0.17.4-1-linux-x86_64.tar.gz; fi
test:
pre:
- crystal-0.17.4-1/bin/crystal deps
override:
- crystal-0.17.4-1/bin/crystal spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment