Run integration tests in travis
parent
318bf33d2c
commit
ff57783c3d
|
@ -6,6 +6,8 @@ script:
|
||||||
- npm test
|
- npm test
|
||||||
- docker-compose build
|
- docker-compose build
|
||||||
- docker-compose up -d
|
- docker-compose up -d
|
||||||
|
- sleep 5
|
||||||
|
- npm run-script integration-test
|
||||||
deploy:
|
deploy:
|
||||||
provider: npm
|
provider: npm
|
||||||
email: clement.michaud34@gmail.com
|
email: clement.michaud34@gmail.com
|
||||||
|
|
Loading…
Reference in New Issue