Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lafin committed Apr 23, 2017
1 parent 2beef60 commit 0797286
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.1
- VERSION=2.8.2
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-3_amd64.deb
- sudo dpkg -i qemu-user-static_2.8+dfsg-3_amd64.deb
- 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
script:
- sudo ./publish.sh -v "$VERSION" -t "$GITHUB_TOKEN"
- sudo ./update.sh -v "$VERSION"
Expand Down

1 comment on commit 0797286

@moul
Copy link
Member

@moul moul commented on 0797286 Apr 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.