Skip to content

Commit

Permalink
made more beautiful commit for pull-request
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann authored Jan 8, 2017
1 parent 837f3c6 commit 2776a5d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# This provides us with GCC binary support so we can run bash
language: generic

sudo: required

script:
# fix for sudo being absent from http://stackoverflow.com/a/16682298/1320237
- chmod u+s /usr/bin/sudo || true
- ./build.sh
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./scripts/aptRepoUpdater.sh; fi'

before_deploy:
# see the image's name
- echo *.iso
- cat *.iso > /home/travis/meilix-xenial-i386.iso

notifications:
Expand Down

0 comments on commit 2776a5d

Please sign in to comment.