Skip to content

Commit

Permalink
Merge pull request #2 from Cas-AM/Cas-AM-patch-1
Browse files Browse the repository at this point in the history
Create .travis.yml
  • Loading branch information
Cas-AM authored Sep 18, 2020
2 parents 8d95da9 + a3b209d commit 89115a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

before_script:
- sudo apt-add-repository ppa:swi-prolog/devel -y
- sudo apt-get update -q
- sudo apt-get install swi-prolog-nox

script:
- swipl -g "pack_install(logicmoo_utils),halt" -t 'halt(1)'
- swipl -s t/test_no_repeats.plt -g run_tests,halt -t 'halt(1)'

0 comments on commit 89115a4

Please sign in to comment.