diff --git a/.travis.yml b/.travis.yml index 42d664982..7a51b84d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -129,9 +129,11 @@ jobs: # Deploy to github releases - stage: deploy latest + env: BUILD=autotools_dist script: - git tag -f latest-passing-build -a -m "Generated tag from TravisCI for build $TRAVIS_BUILD_NUMBER" - git push -f https://cpputest-travis:$GH_TOKEN@github.com/cpputest/cpputest.git --tags + - ../scripts/travis_ci_build.sh deploy: provider: releases token: $GH_TOKEN