Ver a proveniência

Update CI steps to use main script

pull/385/head
Dave Machado há 6 anos
ascendente
cometimento
3448c6cb0d
3 ficheiros alterados com 5 adições e 5 eliminações
  1. +5
    -5
      .travis.yml
  2. +0
    -0
      build/deploy.sh
  3. +0
    -0
      build/main.sh

+ 5
- 5
.travis.yml Ver ficheiro

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

+ 0
- 0
build/deploy.sh Ver ficheiro


+ 0
- 0
build/main.sh Ver ficheiro


Carregando…
Cancelar
Guardar