Skip to content

Commit

Permalink
ci(INstall) Run node install to get Pandoc on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Jul 17, 2019
1 parent 90b77c0 commit 1cacb31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ os:
- linux
- osx

before_script:
- node install

script:
# Temporarily disable dependency checking
# - npm run check
Expand Down

0 comments on commit 1cacb31

Please sign in to comment.