We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://yangteng.me/blog/2018/20180517deploy-hexo-with-travis/
The text was updated successfully, but these errors were encountered:
由于Travis CI中自带的yarn版本为1.3.2,因此可能会遇到由于yarn版本过低引起构建错误的问题。可以在.travis.yml 文件中加入如下配置:
.travis.yml
before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash - export PATH="$HOME/.yarn/bin:$PATH"
在运行build前重新安装一次最新版的yarn
build
Sorry, something went wrong.
No branches or pull requests
http://yangteng.me/blog/2018/20180517deploy-hexo-with-travis/
The text was updated successfully, but these errors were encountered: