diff --git a/.travis.yml b/.travis.yml index 3407ce5b..d3244546 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,4 @@ before_script: - cd build script: - ./main.sh -after_success: - - ./build.sh - - ./deploy.sh - \ No newline at end of file + diff --git a/build/main.sh b/build/main.sh index b7b11493..5fdd3aee 100755 --- a/build/main.sh +++ b/build/main.sh @@ -25,6 +25,12 @@ if [[ $? != 0 ]]; then exit 1 else echo "format validation passed!" + build.sh && deploy.sh + if [[ $? != 0 ]]; then + echo "JSON build and deploy failed!" + else + echo "JSON build and deploy success!" + fi fi echo "running link validation..."