Skip to content

Commit fdc22c8

Browse files
update travis, remove appveyor
1 parent 60ac742 commit fdc22c8

File tree

2 files changed

+9
-47
lines changed

2 files changed

+9
-47
lines changed

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,32 @@
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
30+
- if [[ $TRAVIS_JULIA_VERSION = 1.0 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then
2431
julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())';
2532
fi

appveyor.yml

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

0 commit comments

Comments
 (0)