Skip to content

Commit

Permalink
CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
msoeken committed Mar 4, 2019
1 parent 5c234a3 commit ad0f0d0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: python

script:
- make devbuild

matrix:
include:
- os: linux
dist: trusty
sudo: required
compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
env: CC=g++-7

0 comments on commit ad0f0d0

Please sign in to comment.