Skip to content

Commit

Permalink
travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
timgit committed Feb 22, 2020
1 parent a6207b0 commit 2c320ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ node_js:
- "8"
before_script:
- psql -c 'create database pgboss' -U postgres
- psql -c 'create extension pgcrypto' --database=pgboss -U postgres
- psql -c 'create extension pgcrypto' -d pgboss -U postgres
script:
- npm run forcover

0 comments on commit 2c320ca

Please sign in to comment.