File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
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
24
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())';
25
- fi
30
+ - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())';
31
+
Original file line number Diff line number Diff line change 1
1
name = " NNlib"
2
2
uuid = " 872c559c-99b0-510c-b3b7-b6c96a88d5cd"
3
- version = " 0.6.5 "
3
+ version = " 0.6.6 "
4
4
5
5
[deps ]
6
6
BinaryProvider = " b99e7846-7c00-51b0-8f62-c81ae34c0232"
Original file line number Diff line number Diff line change @@ -42,4 +42,4 @@ test_script:
42
42
# - C:\julia\bin\julia -e "%JL_CODECOV_SCRIPT%"
43
43
44
44
after_test :
45
- - C:\julia\bin\julia -e "using Pkg; Pkg.add(\"Coverage\"); using Coverage; Codecov.submit(process_folder())"
45
+ - C:\julia\bin\julia -e "using Pkg; Pkg.add(\"Coverage\"); using Coverage; Codecov.submit(process_folder())"
You can’t perform that action at this time.
0 commit comments