diff --git a/.travis.yml b/.travis.yml index 1428e4b..4c5394e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,9 @@ python: - '3.5' install: - - pip3 install HookTest==1.0.0 + - pip3 install HookTest>=1.0.0 -script: hooktest ./ --scheme epidoc --workers 3 --verbose 10 --manifest --console table --countword --allowfailure --hookUI "http://ci.perseids.org/api/hook/v2.0/user/repositories/PerseusDL/canonical-farsiLit" +script: hooktest ./ --scheme epidoc --workers 3 --verbose 5 --manifest --console table --countword --allowfailure --hookUI "http://ci.perseids.org/api/hook/v2.0/user/repositories/PerseusDL/canonical-farsiLit" before_deploy: - hooktest-build --travis ./ @@ -15,6 +15,8 @@ before_deploy: - git config --global user.email "builds@travis-ci.com" - git config --global user.name "Travis CI" - export GIT_TAG=$major_version.$minor_version.$TRAVIS_BUILD_NUMBER + - git add -A + - git commit -m "Removed failing files" -m "Release $GIT_TAG" - git tag $GIT_TAG -a -m "$DATE" -m "PASSING FILES" -m "$results" - git push -q https://$GITPERM@github.com/PerseusDL/canonical-farsiLit --tags - ls -R @@ -22,7 +24,6 @@ before_deploy: deploy: provider: releases api_key: $GITPERM - file: release.tar.gz skip_cleanup: true on: repo: PerseusDL/canonical-farsiLit