We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b5251 commit 8df7b30Copy full SHA for 8df7b30
.travis.yml
@@ -1,23 +1,17 @@
1
-# Documentation: http://docs.travis-ci.com/user/languages/julia/
2
language: julia
3
os:
4
- linux
5
- osx
6
- windows
+
7
julia:
8
- - 0.7
9
- 1.0
10
- 1.3
11
- - nightly
12
-branches:
13
- - only:
14
- - master
+ # - nightly
15
matrix:
16
allow_failures:
17
- - julia: nightly
+ - julia: nightly
18
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)'
+ email:
+ on_success: never
+ on_failure: never
appveyor.yml
0 commit comments