Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
create a .travis.yml file
  • Loading branch information
Cas-AM authored Sep 16, 2020
1 parent 8d95da9 commit a3b209d
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 a3b209d

Please sign in to comment.