Skip to content
Permalink
Browse files

Add .travis.yml

  • Loading branch information...
kernc committed Apr 13, 2017
1 parent cac7005 commit 601d257c5b9d90947dee435a73dcaaf45ce1291a
Showing with 28 additions and 0 deletions.
  1. +28 −0 .travis.yml
@@ -0,0 +1,28 @@
language: python
dist: trusty
sudo: false

cache:
apt: true
pip: true
ccache: true

addons:
apt:
packages:
- cppcheck
- libwnck-dev

before_install:
- set -e
- pip install cpplint

install:
-

script:
- cppcheck --enable=all --error-exitcode=1 -I src src
- cpplint --counting=toplevel --linelength=100 --recursive src

after_success:
-

0 comments on commit 601d257

Please sign in to comment.
You can’t perform that action at this time.