Skip to content

Commit

Permalink
ci(travis): fix incompatibility problem during build
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenOutman committed Feb 11, 2019
1 parent 3e39a29 commit c1485c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ cache:
directories:
- "node_modules"

# use latest yarn
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH

# fix upath incompatibility
install: yarn --ignore-engines

# GitHub Pages deploy
before_deploy:
- npm run predeploy
Expand Down

0 comments on commit c1485c0

Please sign in to comment.