Skip to content

Commit b608535

Browse files
committed
update travis.yml
- run linter last
1 parent 4839a08 commit b608535

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,14 @@ before_script:
3131

3232
jobs:
3333
include:
34-
- stage: "Tests and linter"
35-
name: "Unit Tests" # names the first job
34+
- stage: "Tests"
35+
name: "Unit and integration Tests"
3636
script: octave $OCTFLAGS --eval "results = runTests; assert(all(~[results.Failed]))"
37-
- script: cd .. && mh_style `pwd`
38-
name: "miss_hit linter" # names the second job
3937
- stage: "BIDS validator"
40-
name: "create and check dataset" # names the second job
38+
name: "Create and check dataset"
4139
script: octave $OCTFLAGS --eval "test_makeRawDataset" && bids-validator `pwd`/../output/rawdata/ --ignoreNiftiHeaders
40+
- stage: "Linter"
41+
name: "miss_hit"
42+
script: cd .. && mh_style `pwd`
43+
4244

saveEventsFile.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
end
172172

173173
function logFile = initializeFile(expParameters, logFile)
174-
174+
175175
logFile = initializeExtraColumns(logFile);
176176

177177
createDataDictionary(expParameters, logFile);

0 commit comments

Comments
 (0)