diff options
author | Chris Robinson <[email protected]> | 2019-08-31 20:24:34 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-08-31 20:24:34 -0700 |
commit | 96af306b3c999e05194c0fd431dc49b2219a7649 (patch) | |
tree | 352e5bdf84feef9befc78426a8b894f24089be0e /.travis.yml | |
parent | 3973334a64f0aa428c9cbd06c89cfb60951810c8 (diff) |
Update the language for travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e24ed7d8..98b5adcc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -language: c +language: cpp matrix: include: - os: linux |