Skip to content

Commit

Permalink
release: change travis.yml back to running specs
Browse files Browse the repository at this point in the history
  • Loading branch information
denverwilliams committed Sep 4, 2020
1 parent adeb694 commit 4f739b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# - curl -Lo kind https://github.com/kubernetes-sigs/kind/releases/download/0.0.1/kind-linux-amd64 && chmod +x kind && sudo mv kind /usr/local/bin/
script:
- shards install
# - crystal spec -v || travis_terminate 1;
- crystal spec -v || travis_terminate 1;
- docker pull crystallang/crystal:0.35.1-alpine
- docker run --rm -it -v $PWD:/workspace -w /workspace crystallang/crystal:0.35.1-alpine crystal build src/cnf-conformance.cr --release --static --link-flags "-lxml2 -llzma"
- |
Expand Down

0 comments on commit 4f739b6

Please sign in to comment.