Commit fbdaab0b authored by yann300's avatar yann300

deploy remix_alpha branch to remix_alpha live

parent 78b672e7
...@@ -3,17 +3,17 @@ node_js: ...@@ -3,17 +3,17 @@ node_js:
- "9" - "9"
branches: branches:
only: only:
- master - remix_alpha
- remix_live - remix_live
script: script:
- npm run lint && npm run test && npm run make-mock-compiler && npm run build - npm run lint && npm run test && npm run make-mock-compiler && npm run build
- ./ci/browser_tests.sh - ./ci/browser_tests.sh
deploy: deploy:
- provider: script - provider: script
script: ci/deploy_from_travis_master.sh script: ci/deploy_from_travis_remix-alpha.sh
skip_cleanup: true skip_cleanup: true
on: on:
branch: master branch: remix_alpha
- provider: script - provider: script
script: ci/deploy_from_travis_remix-live.sh script: ci/deploy_from_travis_remix-live.sh
skip_cleanup: true skip_cleanup: true
......
...@@ -384,7 +384,7 @@ class Terminal { ...@@ -384,7 +384,7 @@ class Terminal {
self._cmdIndex = -1 self._cmdIndex = -1
self._cmdTemp = '' self._cmdTemp = ''
var intro = yo`<div><div> - Welcome to Remix v0.7.5 - </div><br> var intro = yo`<div><div> - Welcome to Remix v0.7.6 - </div><br>
<div>You can use this terminal for: </div> <div>You can use this terminal for: </div>
<ul class=${css2.ul}> <ul class=${css2.ul}>
<li>Checking transactions details and start debugging.</li> <li>Checking transactions details and start debugging.</li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment