Created
July 14, 2016 18:30
-
-
Save vtiffenberg/d8fa07ebfc812b38161e59eec32aa8ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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