Skip to content

Commit d4b6c68

Browse files
committed
try windows, osx on travis
1 parent c958dbd commit d4b6c68

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.travis.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
language: julia
22
os:
33
- linux
4+
- osx
5+
- windows
46
julia:
57
- 1.0
6-
- 1.1
7-
- 1.2
8-
- 1.3
9-
- 1.4
8+
- 1
9+
- nightly
1010
matrix:
1111
allow_failures:
1212
- julia: nightly
1313
notifications:
1414
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)'
15+
2116
after_success:
2217
- julia --project -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
2318

0 commit comments

Comments
 (0)