mirror of
https://github.com/tmux/tmux.git
synced 2025-01-14 04:28:48 +00:00
Tweak again.
This commit is contained in:
parent
409d52ed41
commit
4425c1e1b3
11
.travis.yml
11
.travis.yml
@ -1,13 +1,12 @@
|
||||
language: c
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
language: c
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- compiler: gcc
|
||||
- compiler: clang
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
before_install:
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update -qq; fi
|
||||
|
Loading…
Reference in New Issue
Block a user