Browse Source

Prefer the 64-bit version of Premake when doing Travis builds.

pull/516/head
João Matos 10 years ago
parent
commit
4a9ddc310e
  1. 2
      .travis.yml

2
.travis.yml

@ -4,7 +4,7 @@ install: @@ -4,7 +4,7 @@ install:
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
- echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
- sudo apt-get update -qq
- build/premake5-linux --file=build/premake4.lua gmake
- build/premake5-linux-64 --file=build/premake4.lua gmake
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory testrunner
script:

Loading…
Cancel
Save