Skip to content

Commit

Permalink
Upgrade to latest crystal (#255)
Browse files Browse the repository at this point in the history
* upgrade neph

* remove ameba (lint before commit instead)

* update neph config structure

* remove lint tool from CI, it has to be done before

* upgrade neph
  • Loading branch information
waghanza authored Jun 18, 2018
1 parent 5f546cb commit e26e1c7
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 109 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
services: docker

language: crystal
before_install: pip install yamllint --user
install: shards build --release

env:
matrix:
Expand All @@ -20,11 +19,6 @@ env:
- "TESTLANG=java"

script:
- crystal spec
- bin/ameba tools
- bin/ameba crystal/*
- yamllint shard.yml
- yamllint neph.yaml
- yamllint .travis.yml
- shards build
- make ${TESTLANG}
- bin/benchmarker ${TESTLANG} --check
Loading

0 comments on commit e26e1c7

Please sign in to comment.