Skip to content

Commit

Permalink
travis: Update artifact glob.
Browse files Browse the repository at this point in the history
Travis Trusty image has CMake version 3.2.2, which is capable of
producing .7z

Hopefully this will get github deployments going again.
  • Loading branch information
jrfonseca committed Mar 15, 2016
1 parent 65dc2ae commit c1443da
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 @@ -64,7 +64,7 @@ deploy:
api_key:
secure: frTz8L+ex+foqv1fpVJX9guW/YHftxhjJ3SKwcfLmIW/NP77FVLgF8PgyLyPVbRkUOoSZpNYGQcWEpOF3bEK5HbeQScuV75TgSO2n2Ie4UqMO7+4G3bY5+Ni/SvfA/qt7krZQeNc0wCtPX+QjD4HLmSXfnie6PMZw/q5pkjN9fI=
file_glob: true
file: build/drmingw-*.zip
file: build/drmingw-*.7z
skip_cleanup: true
on:
repo: jrfonseca/drmingw
Expand Down

0 comments on commit c1443da

Please sign in to comment.