File tree Expand file tree Collapse file tree 2 files changed +9
-47
lines changed Expand file tree Collapse file tree 2 files changed +9
-47
lines changed Original file line number Diff line number Diff line change 1
1
# # Documentation: http://docs.travis-ci.com/user/languages/julia/
2
2
language : julia
3
+
3
4
os :
4
5
- linux
5
6
- osx
7
+ - windows
8
+
6
9
julia :
7
10
- 1.0
8
- - 1.1
11
+ - 1.3
9
12
- nightly
13
+
10
14
matrix :
11
15
allow_failures :
12
16
- julia : nightly
17
+
13
18
notifications :
14
19
email : false
20
+
15
21
git :
16
22
depth : 99999999
23
+
17
24
env :
18
25
# Disable test fuzzing for the moment, as we're a little too slow for Travis
19
26
- NNLIB_TEST_FUZZING=false
20
27
21
28
# Submit to Codecov
22
29
after_success :
23
- - if [[ $TRAVIS_JULIA_VERSION = 1.1 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
30
+ - if [[ $TRAVIS_JULIA_VERSION = 1.0 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
24
31
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())';
25
32
fi
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments