Skip to content

Commit

Permalink
[CI] Enable crystal nightly on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Apr 8, 2020
1 parent 4d97dde commit 26ec0ad
Showing 1 changed file with 26 additions and 15 deletions.
41 changes: 26 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,31 @@ env:

crystal:
- latest
- nightly

script:
- make test/unit
- make format CRYSTAL_OPTS=--check

jobs:
- stage: test
name: unit tests
script: make test/unit
- stage: test
name: format
script: make format CRYSTAL_OPTS=--check
- stage: test
name: integration tests
addons:
apt:
sources:
- sourceline: 'ppa:duggan/bats'
packages:
- bats
script: make test/integration
include:
- stage: test
name: integration tests
addons:
apt:
sources:
- sourceline: 'ppa:duggan/bats'
packages:
- bats
script: make test/integration
crystal: latest
- stage: test
name: integration tests
addons:
apt:
sources:
- sourceline: 'ppa:duggan/bats'
packages:
- bats
script: make test/integration
crystal: nightly

0 comments on commit 26ec0ad

Please sign in to comment.