Skip to content

Commit

Permalink
Merge branch 'bug-109-reopened' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbertKoelman committed Jun 1, 2019
2 parents 71b3788 + fb9e8e6 commit 76453d4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# autho: Herbert Koelman
# created on: 1/6/2019
os: linux
# dist: trusty

# use Ubuntu Xenial (version 16)
# This comes with cmake 3.11 which is required to build GoogleTest
dist: xenial
language: cpp
compiler: gcc

# Run travis on these branches only...
branches:
only:
- master
- develop

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- doxygen
- graphviz
- g++-6
env:
global:
- CXX=/usr/bin/g++-6 CC=/usr/bin/gcc-6

script:
- mkdir cmake-build
Expand Down

0 comments on commit 76453d4

Please sign in to comment.