summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2016-01-26 20:28:10 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2016-01-26 20:28:10 -0800
commitc3d27daf8e3dc95eb7ae38e66cd827eb061f7b99 (patch)
tree326968aa46f817118e43280a1f1d966eaff46673 /.travis.yml
parente133764f33572c9bca205b0c19fc981df48e7e15 (diff)
parente017a22fe016d3e856fb67d95ecc24cd0bd701ea (diff)
Merge pull request #83 from ogdf/use-real-standards-only
Add cxxstd Makefile argument for testing C++ standards
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a7e4840..5ee58a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
-sudo: false
language: cpp
+sudo: required
+dist: trusty
os:
- linux
- osx
@@ -10,5 +11,6 @@ env:
script:
- make test config=coverage defines=$DEFINES -j2
- make test config=release defines=$DEFINES -j2
+ - make test cxxstd=c++98 defines=$DEFINES -j2
after_success: bash <(curl -s https://codecov.io/bash) -f pugixml.cpp.gcov