Browse Source

Update CI steps to use main script

pull/385/head
Dave Machado 6 years ago
parent
commit
3448c6cb0d
3 changed files with 5 additions and 5 deletions
  1. +5
    -5
      .travis.yml
  2. +0
    -0
      build/deploy.sh
  3. +0
    -0
      build/main.sh

+ 5
- 5
.travis.yml View File

@@ -6,10 +6,10 @@ before_install:
install: install:
- gem install awesome_bot - gem install awesome_bot
before_script: before_script:
- echo $GH_TOKEN
- cd build
script: script:
- this-wont-run
- main.sh
after_success: after_success:
- cd build
- sh build.sh
- sh deploy.sh
- build.sh
- deploy.sh

+ 0
- 0
build/deploy.sh View File


+ 0
- 0
build/main.sh View File


Loading…
Cancel
Save