mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Fix exclude.
This commit is contained in:
		@@ -15,12 +15,11 @@ env:
 | 
				
			|||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  exclude:
 | 
					  exclude:
 | 
				
			||||||
    - os: osx
 | 
					    - os: osx
 | 
				
			||||||
    - compiler: gcc
 | 
					      compiler: gcc
 | 
				
			||||||
    - env: BUILD=static
 | 
					      env: BUILD=static
 | 
				
			||||||
  exclude:
 | 
					 | 
				
			||||||
    - os: osx
 | 
					    - os: osx
 | 
				
			||||||
    - compiler: clang
 | 
					      compiler: clang
 | 
				
			||||||
    - env: BUILD=static
 | 
					      env: BUILD=static
 | 
				
			||||||
 | 
					
 | 
				
			||||||
before_install:
 | 
					before_install:
 | 
				
			||||||
  - sh .github/travis/before-install.sh
 | 
					  - sh .github/travis/before-install.sh
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user