File tree 2 files changed +9
-10
lines changed
2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 11
11
addons :
12
12
postgresql : " 9.3"
13
13
before_install :
14
- - sudo /etc/init.d/postgresql stop 9.3
15
- - sudo /etc/init.d/postgresql start 9.3
16
- - psql -c "ALTER USER postgres WITH PASSWORD 'pgroot'"
17
- - psql -c 'create database "api_test";'
18
- - npm i -g typescript
19
- - npm install
20
- - tsc server/**/*.ts
21
- - tsc server/**/**/**/*.ts
14
+ - sudo /etc/init.d/postgresql stop 9.3
15
+ - sudo /etc/init.d/postgresql start 9.3
16
+ - psql -c "ALTER USER postgres WITH PASSWORD 'pgroot'"
17
+ - psql -c 'create database "api_test";'
18
+ - npm i -g typescript
19
+ - npm install
22
20
script :
23
- - sh scripts/ test.sh
21
+ - npm run integration- test
Original file line number Diff line number Diff line change 88
88
"passport" : " ^0.3.2" ,
89
89
"passport-jwt" : " ^2.2.1" ,
90
90
"pg" : " ^6.1.2" ,
91
- "sequelize" : " ^3.27.0"
91
+ "sequelize" : " ^3.27.0" ,
92
+ "ts-node" : " ^1.7.3"
92
93
}
93
94
}
You can’t perform that action at this time.
0 commit comments