We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df86fb commit dd46ebeCopy full SHA for dd46ebe
.travis.yml
@@ -9,15 +9,16 @@ install:
9
# - yarn
10
script:
11
- cp ./config/local.example.json ./config/local.json
12
- - NODE_ENV=development npm test
+ - NODE_ENV=test npm run clear && NODE_ENV=test mocha test/ --recursive --timeout 10000 --exit'
13
- rm ./config/local.json
14
services:
15
- docker
16
+ - mongodb
17
before_install:
18
- docker build -t humanconnection/api-feathers:alpha .
19
after_success:
20
- if [ "$TRAVIS_BRANCH" == "master" ]; then
21
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD";
22
docker push humanconnection/api-feathers:alpha;
23
fi
-# - yarn run coverage
24
+# - yarn run coverage
0 commit comments