Skip to content

Commit

Permalink
Turn osx builds back on with build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamed2 committed Oct 19, 2015
1 parent dc58a9e commit 7557012
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: julia
sudo: false
os:
- linux
- osx
addons:
postgresql: "9.3"
julia:
Expand All @@ -14,6 +15,7 @@ before_script:
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.clone("https://github.com/JuliaDB/DBI.jl")'
- julia -e 'Pkg.build("PostgreSQL")'
- julia -e 'using PostgreSQL; @assert isdefined(:PostgreSQL); @assert typeof(PostgreSQL) === Module'
- julia -e 'Pkg.test("PostgreSQL"; coverage=true)'
after_success:
Expand Down

0 comments on commit 7557012

Please sign in to comment.