summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--test.sce4
2 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1b45475..afb9f36 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,4 +2,5 @@ language: scilab
before_install:
- sudo apt-get install scilab
+ - scilab -nwni -f test.sce
diff --git a/test.sce b/test.sce
new file mode 100644
index 0000000..3cebfc9
--- /dev/null
+++ b/test.sce
@@ -0,0 +1,4 @@
+exec builder.sce
+exec loader.sce
+
+disp(whos)