Skip to content

Commit e356f94

Browse files
committed
adding os x builds
1 parent 7d28e87 commit e356f94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: julia
22
os:
33
- linux
4-
# - osx
4+
- osx
55
julia:
66
- 0.6
77
- nightly
@@ -29,4 +29,4 @@ script:
2929

3030
after_success:
3131
- julia -e 'using Coverage; cd(Pkg.dir("GraphicalModelLearning")); LCOV.writefile("lcov.info", process_folder(".")); run(pipeline(`curl -s https://codecov.io/bash`, `bash`))'
32-
# - julia -e 'cd(Pkg.dir("GraphicalModelLearning")); include(joinpath("docs", "make.jl"))'
32+
- julia -e 'cd(Pkg.dir("GraphicalModelLearning")); include(joinpath("docs", "make.jl"))'

0 commit comments

Comments
 (0)