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