summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJonathan B <greenbigfrog@gmail.com>2019-08-14 21:25:02 +0200
committerJonathan B <greenbigfrog@gmail.com>2019-08-14 21:25:02 +0200
commit99b3d7287bd0ac36ee82129ad38bd88c5b5af625 (patch)
tree461ba1e96425d62a60d4fdb1fd9d892264b146f2 /.travis.yml
downloadtwitcr-99b3d7287bd0ac36ee82129ad38bd88c5b5af625.tar.gz
twitcr-99b3d7287bd0ac36ee82129ad38bd88c5b5af625.zip
Initial release
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..765f0e9
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: crystal
+
+# Uncomment the following if you'd like Travis to run specs and check code formatting
+# script:
+# - crystal spec
+# - crystal tool format --check