Browse Source

Crystal is now community supported on Travis CI

master
Jonne Haß 8 years ago
parent
commit
d1944efe6a
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      .travis.yml

+ 1
- 6
.travis.yml View File

@ -1,9 +1,4 @@
language: c
before_install: |
curl http://dist.crystal-lang.org/apt/setup.sh | sudo bash
sudo apt-get -q update
install: |
sudo apt-get install crystal
language: crystal
script:
- crystal build crisp.cr
- crystal spec

Loading…
Cancel
Save