little flowey

This commit is contained in:
Caleb James DeLisle
2017-04-25 16:04:17 +02:00
parent 5194677443
commit 211113fb1a
8 changed files with 25 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ node_js:
- "6.6.0"
before_script:
- npm run-script lint
- cp config.js.dist config.js
- cp config.example.js config.js
- npm install bower
- ./node_modules/bower/bin/bower install
- node ./server.js &