Parcourir la source

Update CI steps to use main script

pull/385/head
Dave Machado il y a 6 ans
Parent
révision
3448c6cb0d
3 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. +5
    -5
      .travis.yml
  2. +0
    -0
      build/deploy.sh
  3. +0
    -0
      build/main.sh

+ 5
- 5
.travis.yml Voir le fichier

@@ -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 Voir le fichier


+ 0
- 0
build/main.sh Voir le fichier


Chargement…
Annuler
Enregistrer