Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lafin committed Apr 26, 2017
1 parent 748a2df commit f0edee9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ sudo: required
services: docker
language: bash
env:
- VERSION=2.8.2
- VERSION=2.8.3
branches:
only:
- master
before_script:
- sudo apt-get install jq
- wget -N http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.8+dfsg-4_amd64.deb
- sudo dpkg -i qemu-user-static_2.8+dfsg-4_amd64.deb
- wget -N http://ftp.debian.org/debian/pool/main/q/qemu/qemu-user-static_2.8+dfsg-4+b1_amd64.deb
- sudo dpkg -i qemu-user-static_2.8+dfsg-4+b1_amd64.deb
script:
- sudo ./publish.sh -v "$VERSION" -t "$GITHUB_TOKEN"
- sudo ./update.sh -v "$VERSION"
Expand Down

0 comments on commit f0edee9

Please sign in to comment.