Update Travis and Jenkins

This commit is contained in:
Silver
2019-03-29 22:12:10 -06:00
parent ffd346af4b
commit 717cc575d1
2 changed files with 4 additions and 4 deletions

2
Jenkinsfile vendored
View File

@@ -6,7 +6,7 @@ pipeline {
steps {
sh 'git submodule update --init --recursive'
sh 'TMP=~/.cache/NuGet/ nuget restore'
sh 'engine/Tools/download_godotsharp.py'
sh 'RobustToolbox/Tools/download_godotsharp.py'
}
}
stage('Build') {