Skip to content

Commit

Permalink
graceful-fsの実行に失敗するのでバージョンを下げる
Browse files Browse the repository at this point in the history
  • Loading branch information
watiko committed Aug 11, 2020
1 parent 92f529e commit 82b5e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jdk:
- openjdk8
before_install:
- export CXX='g++-4.8'
- nvm install 12.18.3 && nvm use 12.18.3 && npm install -g npm && npm ci
- nvm install 12.18.2 && nvm use 12.18.2 && npm install -g npm && npm ci
- npm install svgexport -g
cache:
directories:
Expand Down

0 comments on commit 82b5e2b

Please sign in to comment.