We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab431c commit aadfd46Copy full SHA for aadfd46
.travis.yml
@@ -2,9 +2,7 @@ language: csharp
2
os:
3
- linux
4
before-install:
5
- - git clone https://github.com/$TRAVIS_REPO_SLUG.git $TRAVIS_REPO_SLUG
6
- - cd $TRAVIS_REPO_SLUG
7
- - git checkout -qf $TRAVIS_COMMIT
+ - git fetch origin +refs/heads/*:refs/remotes/origin/* --unshallow
8
mono:
9
- latest
10
dotnet: 1.0.4
0 commit comments