Run integration tests in travis

pull/1/head
Clement Michaud 2016-12-18 00:08:48 +01:00
parent 318bf33d2c
commit ff57783c3d
1 changed files with 2 additions and 0 deletions

View File

@ -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