1
0
Fork 0
mirror of https://github.com/MillironX/beefblup.git synced 2024-09-21 05:12:05 +00:00
beefblup/.travis.yml

16 lines
181 B
YAML
Raw Normal View History

2021-06-20 01:15:40 +00:00
language: julia
os:
- linux
2021-06-20 01:56:14 +00:00
services:
- xvfb
2021-06-20 01:15:40 +00:00
julia:
- 1.3
- nightly
matrix:
allow_failures:
- julia: nightly
fast_finish: true
notifications:
email: false
2021-06-20 01:56:14 +00:00
codecov: true