Skip to content

Commit

Permalink
Merge pull request shepmaster#54 from shepmaster/upgrade
Browse files Browse the repository at this point in the history
Mono bump again
  • Loading branch information
shepmaster authored Oct 24, 2017
2 parents 4ce23e6 + ab4b285 commit 00e0bb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before_install:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/ubuntu trusty main" | sudo tee /etc/apt/sources.list.d/mono-official.list
sudo apt-get update
- sudo apt-get install ghc='7.6.*' mono-devel='5.2.*' python3='3.4.*'
- sudo apt-get install ghc='7.6.*' mono-devel='5.4.*' python3='3.4.*'
- bundle install
- clang --version
- ruby --version
Expand Down
2 changes: 1 addition & 1 deletion site/basics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ All Node.js examples will use Node.js 8.7 and the [ffi package][node-ffi].

## C\#

All C# examples will compile with Mono 5.2. It is assumed that this
All C# examples will compile with Mono 5.4. It is assumed that this
code will work with the Microsoft CLR frameworks, but this is
untested.

Expand Down

0 comments on commit 00e0bb6

Please sign in to comment.