Skip to content

Commit

Permalink
#964: initial travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Sep 3, 2018
1 parent a5a99d9 commit 89e98a8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: node_js
before_install:
- rvm install 2.2.2
- sudo apt-get install pandoc
- gem install asciidoctor
install:
- cd Tools; npm install
script:
- ./Tools/generate_document.sh
- cd Tools; node genpdf.js

0 comments on commit 89e98a8

Please sign in to comment.