We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8d55c commit cc68512Copy full SHA for cc68512
.travis.yml
@@ -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