Skip to content

Commit

Permalink
Updated deployment settings in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant-jain-94 committed Oct 25, 2017
1 parent 78eaff7 commit 717c290
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@ language: node_js
notifications:
slack: theselftalk:EHiDWYYgq34Y172TrHTqA16W
node_js:
- stable
- stable
services:
- docker
- docker
before_script:
- docker-compose -f docker-compose.test.yml up --build -d
- docker-compose -f docker-compose.test.yml up --build -d
install:
- npm install
- npm install
script:
- npm run lint
- npm run test
- npm run lint
- npm run test
after_success:
- npm run coverage
- npm run coverage
deploy:
provide: heroku
api_key:
secure: I/4fS5CRQkSjRecdbDqwG6d4enxfOXLVRWsY7qfAk3n+2iKtrs7Tq2kSEDC4yO1KFPDSwELAuAhKb0smSe8+rpn0V4QQpXBrN8WE1JNxYLS4yiPwglaKTaQHq5dOGCdzb+CGg6ptgarW3yfAU6YvvHdkY8bVZ4S8m8/UZM4NJ+XuNoJ2z6K20bejBk+xWtMXwVdJi8xNJYrz9O1rj3Q7GXUzYZtl5d/3oBFBlu9iXx7bFYId4BDrIuOI+wOj9AOWS+DH04nbhBYuuQlyjGfbKkgF4FNbetl+eLZaGYLO1zErK5CzPzKzP8vmI/vEoHfsYIjnk9+tXuk11LuOvwJI3wDGwj15V68b23GmALgWkqAopwNvkksL4qJFqGcPiItWqwUZ4xUt8N/w7vIHSbB/HOX8ee1zT7BFPzgAaQiETS4BwQt/zR7s86jl7dmw4RppLm3DN4pG8ypv0qdVzy5gOyXCR18dxhlJJ1sNieDFpt05LFUUlHgh+6qSUqv/1mf3m/vRku9vD7tTbE63TOl+qWcZlGktDLRG/dLQlK5nStF6KDrfPtJ3cE104YXuzBIm/H6a/ks1s7Pce/AbwWuB2MZqEoLJr9jBtkBD8i/guq3dXv62FgE/uwDKVaeR7A6rYlkPysRz4QlnuthQyIj9DcdlKDDTVUA9pgSoFOnP82I=
app: scribe-question

0 comments on commit 717c290

Please sign in to comment.