mirror of
https://github.com/MillironX/beefblup.git
synced 2024-11-10 18:23:08 +00:00
15 lines
181 B
YAML
15 lines
181 B
YAML
language: julia
|
|
os:
|
|
- linux
|
|
services:
|
|
- xvfb
|
|
julia:
|
|
- 1.3
|
|
- nightly
|
|
matrix:
|
|
allow_failures:
|
|
- julia: nightly
|
|
fast_finish: true
|
|
notifications:
|
|
email: false
|
|
codecov: true
|