Tell travis not to use sudo
This commit is contained in:
parent
b064b3a078
commit
b433e2f232
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
language: csharp
|
language: csharp
|
||||||
solution: "./TShockAPI/TShockAPI.csproj"
|
solution: "./TShockAPI/TShockAPI.csproj"
|
||||||
|
sudo: false
|
||||||
install:
|
install:
|
||||||
- nuget restore
|
- nuget restore
|
||||||
script: python ./scripts/create_release.py
|
script: python ./scripts/create_release.py
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue