File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -5,27 +5,10 @@ dist: bionic
55cache :
66 apt : true # only works with Pro version
77
8- env :
9- global :
10- - OCTFLAGS="--no-gui --no-window-system --silent"
11-
128before_install :
13- - travis_retry sudo apt-get -y -qq update
14- - travis_retry sudo apt-get -y install octave
15- - travis_retry sudo apt-get -y install liboctave-dev
169 - cd .. && git clone https://github.com/florianschanda/miss_hit.git && export PATH=$PATH:`pwd`/miss_hit && cd CPP_PTB
1710
18- install :
19- - octave $OCTFLAGS --eval "addpath (pwd); savepath ();"
20-
21- before_script :
22- # Change current directory
23- - cd tests
24-
2511jobs :
2612 include :
27- - stage : " Tests and linter"
28- name : " Unit Tests" # names the first job
29- script : octave $OCTFLAGS --eval "results = runTests; assert(all(~[results.Failed]))"
30- - script : cd .. && mh_style `pwd`
13+ - script : mh_style `pwd`
3114 name : " miss_hit linter" # names the second job
You can’t perform that action at this time.
0 commit comments