diff options
author | Bart Van Assche <bvanassche@acm.org> | 2020-06-28 12:58:22 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-06-28 14:03:56 -0600 |
commit | 1107d85d9edf64bb776e851bd5cfe7149f6d206f (patch) | |
tree | cded46b1fdb2e6e223a3a5b0905329465a7d1911 | |
parent | 532eddd959281957a8cdb13b49e5215e0144fcda (diff) | |
download | liburing-1107d85d9edf64bb776e851bd5cfe7149f6d206f.tar.gz liburing-1107d85d9edf64bb776e851bd5cfe7149f6d206f.tar.bz2 |
.travis.yml: Change the language from C to C++
This causes Travis to set both the CC and CXX environment variables instead
of only CC.
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7ed15c7..69da3c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -language: c +language: cpp os: - linux compiler: |