Skip to content

Commit

Permalink
Make Travis-CI build with the proper version
Browse files Browse the repository at this point in the history
  • Loading branch information
ifireball committed Feb 24, 2015
1 parent b400ab0 commit 2beb16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ install:
- sudo apt-get update -qq
- sudo apt-get install -qq libfuse-dev cmake libc6-dev binutils
- pip install -r requirements.txt
before_script:
- git fetch --tags
script:
- paver mk_appimage
before_deploy:
- git fetch --tags
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 2beb16f

Please sign in to comment.