Skip to content

Commit c9fb845

Browse files
committed
meh
1 parent b1a0799 commit c9fb845

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mono:
1010
install:
1111

1212
script:
13-
- ./autogen.sh
13+
- ./travis-autogen.sh
1414
- make
1515
- sudo make install
1616
- xbuild ./src/fsharp-library-unittests-build.proj /p:TargetFramework=net40 /p:Configuration=Release

travis-autogen.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ if [[ $TRAVIS_OS_NAME == osx ]];
44
then
55
monoVer=$(mono --version | head -n 1 | cut -d' ' -f 5)
66
prefix="/Library/Frameworks/Mono.framework/Versions/$monoVer";
7-
else prefix="/usr";
7+
else
8+
prefix="/usr";
89
fi
910

1011
./autogen.sh --prefix=$prefix

0 commit comments

Comments
 (0)