Skip to content

Commit dd46ebe

Browse files
NEXT-274 - try to fix travis build
1 parent 3df86fb commit dd46ebe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ install:
99
# - yarn
1010
script:
1111
- cp ./config/local.example.json ./config/local.json
12-
- NODE_ENV=development npm test
12+
- NODE_ENV=test npm run clear && NODE_ENV=test mocha test/ --recursive --timeout 10000 --exit'
1313
- rm ./config/local.json
1414
services:
1515
- docker
16+
- mongodb
1617
before_install:
1718
- docker build -t humanconnection/api-feathers:alpha .
1819
after_success:
1920
- if [ "$TRAVIS_BRANCH" == "master" ]; then
2021
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD";
2122
docker push humanconnection/api-feathers:alpha;
2223
fi
23-
# - yarn run coverage
24+
# - yarn run coverage

0 commit comments

Comments
 (0)