summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-01-28 19:01:54 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-01-29 12:32:54 +0100
commitfb7e8fc5e3b878d8418cc4ec7cf5b58ae7446cd0 (patch)
treeafd6645d83984721fd585eba99186957d6db43c7 /.travis.yml
parentb1f4aacd3dc85434c9549b571c830c1156236cfa (diff)
.travis.yml: Fix warnings from travis build config validation
Fixes these warnings: root: missing os, using the default linux language: value c++ is an alias for cpp, using cpp
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 82fd8cac7a..55c72603bd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
-language: c++
+language: cpp
+os: linux
# Build flags common to OS X and Linux.