Skip to content

Commit

Permalink
fix: update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed Nov 6, 2019
1 parent 5295f57 commit 2419510
Showing 1 changed file with 16 additions and 20 deletions.
36 changes: 16 additions & 20 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,27 @@
language: node_js
dist: trusty
sudo: required
node_js: 8
node_js: 12
script:
- npm run test
- npm run test

cache:
directories:
- node_modules
- node_modules
env:
global:
- BX_APP=watson-assistant-simple
- BX_API=https://api.ng.bluemix.net
- BX_ORGANIZATION=WatsonPlatformServices
- BX_SPACE=demos
- BX_APP=watson-assistant-simple
- BX_API=https://api.ng.bluemix.net
- BX_ORGANIZATION=WatsonPlatformServices
- BX_SPACE=demos
before_deploy: npm install -g bx-blue-green
deploy:
- provider: script
skip_cleanup: true
script:
- bx-blue-green-travis
on:
branch: master
repo: watson-developer-cloud/assistant-simple
- provider: script
skip_cleanup: true
script: npx semantic-release
on:
node: 8

- provider: script
skip_cleanup: true
script: bx-blue-green-travis
on:
branch: master
repo: watson-developer-cloud/assistant-simple
- provider: script
skip_cleanup: true
script: npx semantic-release

0 comments on commit 2419510

Please sign in to comment.