Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vers4ce authored Aug 2, 2019
1 parent fd2fbe6 commit fc41485
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 @@ -17,9 +17,9 @@ addons:
- python-requests

install:
- wget https://launchpadlibrarian.net/433338128/qemu-user-static_3.1+dfsg-2ubuntu3.3_amd64.deb
- wget http://launchpadlibrarian.net/427214739/qemu-user-static_3.1+dfsg-2ubuntu3.2_i386.deb
- wget https://launchpad.net/ubuntu/+source/binfmt-support/2.2.0-2/+build/16376983/+files/binfmt-support_2.2.0-2_amd64.deb
- sudo dpkg -i binfmt-support_2.2.0-2_amd64.deb qemu-user-static_3.1+dfsg-2ubuntu3.3_amd64.deb
- sudo dpkg -i binfmt-support_2.2.0-2_amd64.deb qemu-user-static_3.1+dfsg-2ubuntu3.2_i386.deb

script: mkdir images && sudo PATH=./node_modules/.bin:$PATH ./builder --noninteractive

Expand Down

0 comments on commit fc41485

Please sign in to comment.