Skip to content

Commit

Permalink
Workaround for pest-parser/pest#218
Browse files Browse the repository at this point in the history
  • Loading branch information
remexre committed May 25, 2018
1 parent 71098b4 commit b60e5b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ install:
# Clone and update the OftLisp syntax.
- cd $HOME/gutenberg/sublime_syntaxes; test -d Sublime-OftLisp/.git || git clone https://github.com/oftlisp/Sublime-OftLisp.git
- cd $HOME/gutenberg/sublime_syntaxes/Sublime-OftLisp; git pull
# Update the lockfile. (Yes, I know this defeats the purpose of the lockfile.)
- cd $HOME/gutenberg; cargo update
# Create new packdump files.
- cd $HOME/gutenberg/components/rendering; cargo run --example generate_sublime synpack ../../sublime_syntaxes ../../sublime_syntaxes/newlines.packdump ../../sublime_syntaxes/nonewlines.packdump
# Install gutenberg.
Expand Down

0 comments on commit b60e5b9

Please sign in to comment.