Skip to content

Commit ac5101b

Browse files
Merge pull request #182 from FluxML/cl-travis
update travis
2 parents 8a4ec87 + fd00161 commit ac5101b

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.travis.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
11
## Documentation: http://docs.travis-ci.com/user/languages/julia/
22
language: julia
3+
34
os:
45
- linux
56
- osx
7+
# - windows
8+
69
julia:
710
- 1.0
8-
- 1.1
11+
- 1.3
912
- nightly
13+
1014
matrix:
1115
allow_failures:
1216
- julia: nightly
17+
1318
notifications:
1419
email: false
20+
1521
git:
1622
depth: 99999999
23+
1724
env:
1825
# Disable test fuzzing for the moment, as we're a little too slow for Travis
1926
- NNLIB_TEST_FUZZING=false
2027

2128
# Submit to Codecov
2229
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+

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "NNlib"
22
uuid = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
3-
version = "0.6.5"
3+
version = "0.6.6"
44

55
[deps]
66
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ test_script:
4242
# - C:\julia\bin\julia -e "%JL_CODECOV_SCRIPT%"
4343

4444
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())"

0 commit comments

Comments
 (0)