forked from cozy/notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
39 lines (38 loc) · 993 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
language: node_js
node_js:
- "0.10"
- "0.8"
services:
- couchdb
env:
global:
- NODE_ENV=test
before_install:
- git clone git://github.com/mycozycloud/cozy-data-system.git
- cd cozy-data-system
- npm install forever coffee-script -g
- npm install # data-system
- pwd
<<<<<<< HEAD
- forever start -o forever-ds.log server.js
=======
- NAME=data-system TOKEN=token forever start -o forever-ds.log build/server.js
>>>>>>> 523457330f27a39c81561372feed15325336e8c4
- ps aux | grep server.js
- sleep 5
- cat forever-ds.log
- sudo netstat -plunt
- curl http://localhost:9101/
<<<<<<< HEAD
- coffee commands.coffee test-install notes
- cd ..
- export NAME=notes
- export TOKEN=apptoken
after_failure:
- cat cozy-data-system/forever-ds.log
=======
- coffee commands.coffee test-install agenda
- cd ..
- export NAME=notes
- export TOKEN=apptoken
>>>>>>> 523457330f27a39c81561372feed15325336e8c4