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 c958dbd commit d4b6c68Copy full SHA for d4b6c68
.travis.yml
@@ -1,23 +1,18 @@
1
language: julia
2
os:
3
- linux
4
+ - osx
5
+ - windows
6
julia:
7
- 1.0
- - 1.1
- - 1.2
8
- - 1.3
9
- - 1.4
+ - 1
+ - nightly
10
matrix:
11
allow_failures:
12
- julia: nightly
13
notifications:
14
email: false
15
-before_install:
16
- # - sudo apt-get -qq update
17
- - sudo apt-get install git
18
-# script:
19
-# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
20
-# - julia --project --check-bounds=yes -e 'import Pkg; Pkg.build(); Pkg.test("BayesNets"; coverage=true)'
+
21
after_success:
22
- julia --project -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
23
0 commit comments