Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Commit

Permalink
Should actually be after_sucess, and not after_script, so that it is …
Browse files Browse the repository at this point in the history
…available for deployment.
  • Loading branch information
mbrucher committed Mar 4, 2017
1 parent ec7ab41 commit 7e10015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ script:
- make -j 16
- CTEST_OUTPUT_ON_FAILURE=TRUE make test

after_script:
after_success:
- make install
- cd ${HOME}/ATK
- tar -cvzf ${HOME}/AudioTK.${TRAVIS_OS_NAME}.${COMPILER}.tar.gz *
Expand Down

0 comments on commit 7e10015

Please sign in to comment.