this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make Travis CI overwrite tag.

+2 -1
+2 -1
.travis.yml
··· 35 35 provider: releases 36 36 skip_cleanup: true 37 37 tag_name: latest-linux-gcc 38 + overwrite: true 39 + prerelease: true 38 40 file: 39 41 - SDL_gpu-bin-linux-gcc.tar.gz 40 42 - SDL_gpu-docs.tar.gz 41 43 api_key: 42 44 secure: $GithubDocsToken 43 - prerelease: true 44 45 name: "Automated Linux GCC build" 45 46 on: 46 47 branch: master