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 5321e48 commit ceaad58Copy full SHA for ceaad58
.travis.yml
@@ -14,7 +14,7 @@ install:
14
before_script:
15
- chmod +x travis-autogen.sh
16
17
-script: ls -R /usr/lib/mono && ./travis-autogen.sh && make && sudo make install && xbuild ./src/fsharp-library-unittests-build.proj /p:TargetFramework=net40 /p:Configuration=Release && (cd tests/projects; ./build.sh) && (cd tests/fsharp/core; ./run-opt.sh)
+script: ./travis-autogen.sh && make && sudo make install && xbuild ./src/fsharp-library-unittests-build.proj /p:TargetFramework=net40 /p:Configuration=Release && (cd tests/projects; ./build.sh) && (cd tests/fsharp/core; ./run-opt.sh)
18
19
matrix:
20
allow_failures:
0 commit comments