Skip to content

Commit ae95d50

Browse files
committed
plt files
1 parent 0e66b28 commit ae95d50

7 files changed

+15
-0
lines changed

.travis.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
before_script:
3+
- sudo apt-add-repository ppa:swi-prolog/devel -y
4+
- sudo apt-get update -q
5+
- sudo apt-get install swi-prolog-nox -y
6+
#- swipl -g "pack_install(logicmoo_utils,[interactive(false),upgrade(true)]),halt" -t 'halt(0)'
7+
8+
script:
9+
#- swipl -g "pack_install(logicmoo_utils,[interactive(false),upgrade(true)]),halt" -t 'halt(0)'
10+
- swipl -s test/logicmoo_ec.plt -g run_tests,halt -t 'halt(0)'
11+
- swipl -s test/logicmoo_cg.plt
12+
- swipl -s test/logicmoo_lps.plt -g run_tests,halt
13+
- swipl -s test/logicmoo_flp.plt -g "run_tests,halt(0)" -t 'halt(1)'
14+
- swipl -s test/logicmoo_rsasak.plt
15+
- swipl -s test/logicmoo_hyhtn.plt

test/logicmoo_cg.plt

Whitespace-only changes.

test/logicmoo_ec.plt

Whitespace-only changes.

test/logicmoo_flp.plt

Whitespace-only changes.

test/logicmoo_hyhtn.plt

Whitespace-only changes.

test/logicmoo_lps.plt

Whitespace-only changes.

test/logicmoo_rsasak.plt

Whitespace-only changes.

0 commit comments

Comments
 (0)