Skip to content

Commit ceaad58

Browse files
committed
fixe to integration
1 parent 5321e48 commit ceaad58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install:
1414
before_script:
1515
- chmod +x travis-autogen.sh
1616

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)
17+
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)
1818

1919
matrix:
2020
allow_failures:

0 commit comments

Comments
 (0)