We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1490f5 commit 3cc4c57Copy full SHA for 3cc4c57
.travis.yml
@@ -11,6 +11,6 @@ script:
11
- cp -R $TRAVIS_BUILD_DIR/native/*.dylib $TRAVIS_BUILD_DIR/tests/TensorFlowSharp.Tests.CSharp/bin/Release/
12
- cd $TRAVIS_BUILD_DIR/packages/xunit.runner.console.2.2.0/tools
13
- mono --arch=64 xunit.console.exe "$TRAVIS_BUILD_DIR/tests/TensorFlowSharp.Tests/bin/Release/TensorFlowSharp.Tests.dll" "$TRAVIS_BUILD_DIR/tests/TensorFlowSharp.Tests.CSharp/bin/Release/TensorFlowSharp.Tests.CSharp.dll"
14
-mono: "5.4.1"
+mono: "5.12.0"
15
dotnet: "2.1.4"
16
os: "osx"
0 commit comments