mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-13 12:00:02 -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
|
||||
node_js:
|
||||
- 'stable'
|
||||
install: npm install
|
||||
services:
|
||||
- postgresql
|
||||
before_script:
|
||||
- psql -c 'create database test_db;' -U postgres
|
||||
script: npm start
|
||||
after_success: npm app.js
|
||||
node_js:
|
||||
- "stable"
|
||||
cache:
|
||||
directories:
|
||||
- "node_modules"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue