We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8201996 commit dd960a5Copy full SHA for dd960a5
.travis.yml
@@ -1,20 +1,22 @@
1
# Documentation: http://docs.travis-ci.com/user/languages/julia/
2
language: julia
3
+
4
os:
5
- linux
6
- osx
7
+ - windows
8
9
julia:
10
- 1.0
- - 1.2
11
- 1.3
12
- nightly
13
14
matrix:
15
allow_failures:
16
- julia: nightly
17
18
notifications:
19
email: false
20
-
21
after_success:
22
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder()); Coveralls.submit(Coveralls.process_folder())'
0 commit comments