You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
beefblup/.travis.yml

16 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