mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-13 20:10:01 -04:00
Update .travis.yml
This commit is contained in:
parent
517b79473c
commit
0985c23014
1 changed files with 5 additions and 9 deletions
14
.travis.yml
14
.travis.yml
|
@ -1,10 +1,6 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 'stable'
|
- "stable"
|
||||||
install: npm install
|
cache:
|
||||||
services:
|
directories:
|
||||||
- postgresql
|
- "node_modules"
|
||||||
before_script:
|
|
||||||
- psql -c 'create database test_db;' -U postgres
|
|
||||||
script: npm start
|
|
||||||
after_success: npm app.js
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue