Skip to content

Commit

Permalink
Fix Travis CI tests due to missing Snippy from master
Browse files Browse the repository at this point in the history
The snippy folder was left after installing the snippy tool.
This caused likely problems while running the tests for the
plugin that had the 'snippy' cloned into the same directory
where the 'snippy-tldr' root path was.

Signed-off-by: Heikki Laaksonen <laaksonen.heikki.j@gmail.com>
  • Loading branch information
heilaaks committed Jun 30, 2019
1 parent 3c86710 commit 17584d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ install:
before_script:
- git clone https://github.com/heilaaks/snippy.git
- make -C snippy install QUIET=
- rm -rf snippy

script:
- make tests
Expand Down

0 comments on commit 17584d0

Please sign in to comment.