Skip to content

Commit

Permalink
Improve build speed
Browse files Browse the repository at this point in the history
Using yarn on Travis requires a `yarn.lock` file, even though I can see
that we can run it without the file.
  • Loading branch information
simeg committed May 22, 2018
1 parent c995e91 commit ece9efd
Show file tree
Hide file tree
Showing 2 changed files with 4,699 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
cache: yarn
node_js:
- "8"
install:
- yarn
- yarn install
script: gitbook install && gitbook build
Loading

0 comments on commit ece9efd

Please sign in to comment.