Skip to content

Commit 2ec6e62

Browse files
committed
Make sure PostgreSQL is built correctly before testing.
1 parent 0dd8183 commit 2ec6e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_script:
1414
- psql -c 'create database julia_test;' -U postgres
1515
script:
1616
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
17-
- julia -e 'Pkg.clone(pwd()); Pkg.clone("https://github.com/JuliaDB/DBI.jl")'
17+
- julia -e 'Pkg.clone(pwd()); Pkg.clone("https://github.com/JuliaDB/DBI.jl"); Pkg.build("PostgreSQL");'
1818
- julia -e 'using PostgreSQL; @assert isdefined(:PostgreSQL); @assert typeof(PostgreSQL) === Module'
1919
- julia -e 'Pkg.test("PostgreSQL"; coverage=true)'
2020
after_success:

0 commit comments

Comments
 (0)