Skip to content

Commit

Permalink
Merge pull request #129 from RonnChyran/fast-travis
Browse files Browse the repository at this point in the history
travis-ci: Use docker infrastructure to build
  • Loading branch information
chyyran committed Jul 19, 2015
2 parents 94c0e0c + 12611a6 commit 1c73541
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
language: csharp
sudo: false
solution: Snowflake.sln
install:
- sudo mozroots --import --sync
- ls
- mono ./.nuget/NuGet.exe update -self
- mono ./.nuget/NuGet.exe restore Snowflake.sln
- nuget restore ./Snowflake.sln
script:
- xbuild /p:Configuration=Debug Snowflake.sln
notifications:
Expand Down

0 comments on commit 1c73541

Please sign in to comment.