diff --git a/.travis.yml b/.travis.yml index 6c6ae4f..17401d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,15 @@ language: java +services: + - xvfb cache: - apt +addons: + apt: + packages: + - ghostscript + - pstoedit env: global: - OCTAVE=octave diff --git a/Makefile b/Makefile index b1288fc..e02e73a 100644 --- a/Makefile +++ b/Makefile @@ -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)) diff --git a/template_colormodel/bead_comparison.m b/template_colormodel/bead_comparison.m index f6364c7..be6c415 100644 --- a/template_colormodel/bead_comparison.m +++ b/template_colormodel/bead_comparison.m @@ -1,4 +1,4 @@ -TASBEConfig.checkpoint('init'); +TASBEConfig.checkpoint(TASBEConfig.checkpoints()); stem0312 = '../example_controls/2012-03-12_'; diff --git a/template_colormodel/make_color_model.m b/template_colormodel/make_color_model.m index 8c05178..f6839ac 100644 --- a/template_colormodel/make_color_model.m +++ b/template_colormodel/make_color_model.m @@ -1,4 +1,4 @@ -TASBEConfig.checkpoint('init'); +TASBEConfig.checkpoint(TASBEConfig.checkpoints()); stem0312 = '../example_controls/2012-03-12_';