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 0dd8183 commit 2ec6e62Copy full SHA for 2ec6e62
.travis.yml
@@ -14,7 +14,7 @@ before_script:
14
- psql -c 'create database julia_test;' -U postgres
15
script:
16
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
17
- - julia -e 'Pkg.clone(pwd()); Pkg.clone("https://github.com/JuliaDB/DBI.jl")'
+ - julia -e 'Pkg.clone(pwd()); Pkg.clone("https://github.com/JuliaDB/DBI.jl"); Pkg.build("PostgreSQL");'
18
- julia -e 'using PostgreSQL; @assert isdefined(:PostgreSQL); @assert typeof(PostgreSQL) === Module'
19
- julia -e 'Pkg.test("PostgreSQL"; coverage=true)'
20
after_success:
0 commit comments