Skip to content

Commit cc68512

Browse files
Create .travis.yml
1 parent 7d8d55c commit cc68512

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Travis CI (https://travis-ci.org/)
2+
3+
language: c
4+
dist: bionic
5+
cache:
6+
apt: true # only works with Pro version
7+
8+
before_install:
9+
- cd .. && git clone https://github.com/florianschanda/miss_hit.git && export PATH=$PATH:`pwd`/miss_hit && cd CPP_localizer_auditory_motion
10+
11+
jobs:
12+
include:
13+
- script: mh_style `pwd`
14+
name: "miss_hit linter" # names the second job

0 commit comments

Comments
 (0)