Skips install step. Moves deploy to script step
This commit is contained in:
parent
01ba2d6619
commit
8c5e74012f
10
.travis.yml
10
.travis.yml
|
@ -14,15 +14,11 @@ services:
|
|||
- docker
|
||||
- xvfb
|
||||
|
||||
script:
|
||||
install:
|
||||
- npm install
|
||||
|
||||
deploy:
|
||||
provider: script
|
||||
script: bash ./deploy.sh sartography/cr-connect-angular-base
|
||||
on:
|
||||
all_branches: true
|
||||
condition: $TRAVIS_BRANCH =~ ^(dev|testing|demo|training|staging|master|rrt\/.*)$
|
||||
script:
|
||||
- bash ./deploy.sh sartography/cr-connect-angular-base
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
|
Loading…
Reference in New Issue