Skip to content

Commit

Permalink
Lower concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Feb 10, 2019
1 parent 79da026 commit 204c623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install:
script:
- docker-compose up --build -d
- docker-compose exec webchat ls -la
- npm test -- --coverageReporters=lcov --coverageReporters=text
- npm test -- --coverageReporters=lcov --coverageReporters=text --maxWorkers=1
- docker-compose logs
- docker-compose down --rmi all
- npm run coveralls
Expand Down

0 comments on commit 204c623

Please sign in to comment.