Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Using changes proposed here travis-ci/travis-build#1987
  • Loading branch information
emancu authored Jun 6, 2021
1 parent 4716e19 commit 965a586
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
language: crystal

before_install:
- curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/crystal.gpg > /dev/null
- echo "deb http://download.opensuse.org/repositories/devel:/languages:/crystal/Debian_10/ /" | sudo tee /etc/apt/sources.list.d/crystal.list
- sudo apt-get update

crystal:
- latest
- nightly
Expand Down

0 comments on commit 965a586

Please sign in to comment.