Skip to content

Commit 91026f3

Browse files
authored
Merge pull request #219 from JuliaMath/aa/ci
Move Windows and FreeBSD CI to Travis
2 parents 2c3ec0e + 8d6774b commit 91026f3

File tree

3 files changed

+7
-52
lines changed

3 files changed

+7
-52
lines changed

.cirrus.yml

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

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,21 @@ language: julia
22
os:
33
- linux
44
- osx
5+
- freebsd
6+
- windows
57
julia:
6-
- 1.3
8+
- 1
79
- nightly
10+
matrix:
11+
allow_failures:
12+
- julia: nightly
813
notifications:
914
email: false
1015
coveralls: true
1116
jobs:
1217
include:
1318
- stage: "Documentation"
14-
julia: 1.3
19+
julia: 1
1520
os: linux
1621
script:
1722
- julia --project=docs/ -e 'using Pkg;

appveyor.yml

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

0 commit comments

Comments
 (0)