mirror of
https://github.com/tmux/tmux.git
synced 2025-01-14 20:58:53 +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:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
language: c
|
compiler:
|
||||||
|
- gcc
|
||||||
matrix:
|
- clang
|
||||||
include:
|
|
||||||
- compiler: gcc
|
|
||||||
- compiler: clang
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update -qq; fi
|
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update -qq; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user