We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 716b836 commit 6a064acCopy full SHA for 6a064ac
.travis.yml
@@ -1,4 +1,8 @@
1
language: node_js
2
node_js :
3
- - "node"
4
-after_success: npm run coverage
+- "node"
+before_script:
5
+- psql -c 'CREATE DATABASE toolshare;' -U postgres
6
+- psql -c "CREATE USER sunuwars WITH PASSWORD 'sunuwars123';" -U postgres
7
+- psql -c 'ALTER DATABASE toolshare OWNER TO sunuwars;' -U postgres
8
+after_success: npm run coverage
0 commit comments