Skip to content

Commit d6dfcf9

Browse files
committed
Move Windows and FreeBSD CI to Travis
Remove the AppVeyor and Cirrus config files.
1 parent 2c3ec0e commit d6dfcf9

File tree

3 files changed

+4
-52
lines changed

3 files changed

+4
-52
lines changed

.cirrus.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@ language: julia
22
os:
33
- linux
44
- osx
5+
- freebsd
6+
- windows
57
julia:
6-
- 1.3
8+
- 1
79
- nightly
810
notifications:
911
email: false
1012
coveralls: true
1113
jobs:
1214
include:
1315
- stage: "Documentation"
14-
julia: 1.3
16+
julia: 1
1517
os: linux
1618
script:
1719
- julia --project=docs/ -e 'using Pkg;

appveyor.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)