Skip to content

Commit

Permalink
build(.travis.yml): use Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenguyenxyz committed Mar 3, 2021
1 parent ae4dddb commit 8abdef7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
language: crystal
services:
- docker

# Uncomment the following if you'd like Travis to run specs and check code formatting
script:
- shards install
- crystal spec
- crystal tool format --check
- bin/ameba
- docker build . -t jwks && docker run jwks

0 comments on commit 8abdef7

Please sign in to comment.