mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 13:10:51 +08:00 
			
		
		
		
	moved a few things around
This commit is contained in:
		
							
								
								
									
										31
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										31
									
								
								.travis.yml
									
									
									
									
									
								
							@@ -1,31 +0,0 @@
 | 
			
		||||
language: csharp
 | 
			
		||||
os:
 | 
			
		||||
  - osx
 | 
			
		||||
  - linux
 | 
			
		||||
 | 
			
		||||
# Ubuntu 14.04
 | 
			
		||||
sudo: required
 | 
			
		||||
dist: bionic
 | 
			
		||||
 | 
			
		||||
# OS X 10.12
 | 
			
		||||
osx_image: xcode9.4
 | 
			
		||||
 | 
			
		||||
mono:
 | 
			
		||||
  - 6.0.0
 | 
			
		||||
 | 
			
		||||
dotnet: 3.0.100
 | 
			
		||||
 | 
			
		||||
before_install:
 | 
			
		||||
  - git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags
 | 
			
		||||
  - git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
 | 
			
		||||
  - git fetch origin
 | 
			
		||||
 | 
			
		||||
script:
 | 
			
		||||
  - ./build.sh
 | 
			
		||||
 | 
			
		||||
cache:
 | 
			
		||||
  directories:
 | 
			
		||||
    - .packages
 | 
			
		||||
    - tools/Addins
 | 
			
		||||
    - tools/gitreleasemanager
 | 
			
		||||
    - tools/GitVersion.CommandLine
 | 
			
		||||
@@ -1 +0,0 @@
 | 
			
		||||
image: Visual Studio 2019
 | 
			
		||||
		Reference in New Issue
	
	Block a user