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.
2 parents 7befd7a + 863db5d commit 94f8304Copy full SHA for 94f8304
.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
deps/build.jl
test/REQUIRE
0 commit comments