Browse Source

update travis.yml to have sudo

website
abkahrs 7 years ago
parent
commit
2909c4ad74
1 changed files with 12 additions and 1 deletions
  1. +12
    -1
      .travis.yml

+ 12
- 1
.travis.yml View File

@ -1 +1,12 @@
script: ./make-iso.sh
{
"script": "./make-iso.sh",
"sudo": "required"
"language": "bash",
"group": "stable",
"dist": "fedora",
"os": "linux"
}

Loading…
Cancel
Save