Skip to content

Commit

Permalink
travis-ci: Use docker infrastructure to build
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyran committed Jul 19, 2015
1 parent 94c0e0c commit 12611a6
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 12611a6

Please sign in to comment.