Skip to content

Commit 80f9221

Browse files
committed
Merge pull request fsharp#330 from rneatherway/patch-1
Use MONO_VERSION throughout .travis.yml
2 parents b317d3b + dfd0e2d commit 80f9221

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
@@ -5,7 +5,7 @@ env:
55
- MONO_VERSION="3.4.0"
66

77
install:
8-
- wget "http://download.mono-project.com/archive/3.4.0/macos-10-x86/MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg"
8+
- wget "http://download.mono-project.com/archive/${MONO_VERSION}/macos-10-x86/MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg"
99
- sudo installer -pkg "MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg" -target /
1010

1111
script:

0 commit comments

Comments
 (0)