Skip to content

Commit dd960a5

Browse files
authored
stop testing Julia v1.2, start testing on windows (#77)
1 parent 8201996 commit dd960a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
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.2
911
- 1.3
1012
- nightly
1113

1214
matrix:
1315
allow_failures:
1416
- julia: nightly
17+
1518
notifications:
1619
email: false
1720

18-
1921
after_success:
2022
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder()); Coveralls.submit(Coveralls.process_folder())'

0 commit comments

Comments
 (0)