Skip to content

Commit

Permalink
Merge pull request #6 from sonofmun/patch-1
Browse files Browse the repository at this point in the history
Changes for new build
  • Loading branch information
sonofmun authored Oct 19, 2017
2 parents 9ddb696 + d4a4719 commit 812cbf4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./
Expand All @@ -15,14 +15,15 @@ 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

deploy:
provider: releases
api_key: $GITPERM
file: release.tar.gz
skip_cleanup: true
on:
repo: PerseusDL/canonical-farsiLit
Expand Down

0 comments on commit 812cbf4

Please sign in to comment.