Skip to content

Commit

Permalink
See if tags can be easily replaced.
Browse files Browse the repository at this point in the history
  • Loading branch information
grimfang4 committed Jul 18, 2017
1 parent 57af32e commit 319cfe9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ matrix:
compiler: gcc
after_success:
- tar -zcvf SDL_gpu-bin-linux-gcc.tar.gz lib
- make doc
- tar -zcvf SDL_gpu-docs.tar.gz html
- cd ..
- git tag -d latest-linux-gcc;
- git push origin :latest-linux-gcc
- cd build
deploy:
provider: pages
skip_cleanup: true
Expand Down

0 comments on commit 319cfe9

Please sign in to comment.