Skip to content

Commit 8df7b30

Browse files
committed
remove appveyor and obsolete julia versions
1 parent 44b5251 commit 8df7b30

File tree

2 files changed

+6
-54
lines changed

2 files changed

+6
-54
lines changed

.travis.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
1-
# Documentation: http://docs.travis-ci.com/user/languages/julia/
21
language: julia
32
os:
43
- linux
54
- osx
65
- windows
6+
77
julia:
8-
- 0.7
98
- 1.0
109
- 1.3
11-
- nightly
12-
branches:
13-
- only:
14-
- master
10+
# - nightly
1511
matrix:
1612
allow_failures:
17-
- julia: nightly
13+
- julia: nightly
1814
notifications:
19-
email: false
20-
# uncomment the following lines to override the default test script
21-
#script:
22-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
23-
# - julia -e 'Pkg.clone(pwd()); Pkg.build("RecurrenceAnalysis"); Pkg.test("RecurrenceAnalysis"; coverage=true)'
15+
email:
16+
on_success: never
17+
on_failure: never

appveyor.yml

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

0 commit comments

Comments
 (0)