Skip to content

Commit 16db710

Browse files
committed
Merge branch 'ch-swagger-api-documentation-167503820' into develop
2 parents 6a63d5e + d314369 commit 16db710

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ env:
77
global:
88
- CC_TEST_REPORTER_ID=01002f0e042c2d017dcc9ac9c6155276625b47fc38d2bd9f5f5ce1c49d3603eb
99
before_script:
10+
- npm install
11+
- npm install nyc -g
1012
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
1113
- chmod +x ./cc-test-reporter
1214
- ./cc-test-reporter before-build
1315
script:
1416
- babel-node server.js &
15-
- npm run test
17+
- npm run test &
1618
- psql -c 'create database propertyprolitedb;' -U postgres
1719
after_script:
1820
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

0 commit comments

Comments
 (0)