Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@

language: java

services:
- xvfb
cache:
- apt
addons:
apt:
packages:
- ghostscript
- pstoedit
env:
global:
- OCTAVE=octave
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ else
TEST_RUNNER=moxunit_runtests
endif

TEST_INIT=addpath('$(TESTDIR)');
TEST_INIT=addpath('$(TESTDIR)');TASBEConfig.reset();TASBEConfig.set('testing.fakeFigureSaves',1);
TEST=$(ADDPATH);$(TEST_INIT);success=$(TEST_RUNNER)($(RUNTESTS_ARGS));exit(~success);

MATLAB_BIN=$(shell which $(MATLAB))
Expand Down
2 changes: 1 addition & 1 deletion template_colormodel/bead_comparison.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TASBEConfig.checkpoint('init');
TASBEConfig.checkpoint(TASBEConfig.checkpoints());

stem0312 = '../example_controls/2012-03-12_';

Expand Down
2 changes: 1 addition & 1 deletion template_colormodel/make_color_model.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TASBEConfig.checkpoint('init');
TASBEConfig.checkpoint(TASBEConfig.checkpoints());

stem0312 = '../example_controls/2012-03-12_';

Expand Down