Browse Source

Travis driver

jamesbowman 8 years ago
parent
commit
111ed2e51b
2 changed files with 5 additions and 0 deletions
  1. 4 0
      .travis.yml
  2. 1 0
      travistests

+ 4 - 0
.travis.yml

@@ -0,0 +1,4 @@
+before_install:
+  - sudo apt-get update -qq
+  - sudo apt-get install -qq gforth
+script: ./travistests

+ 1 - 0
travistests

@@ -0,0 +1 @@
+gforth -e 'include main.fs bye'