Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 692b0a2

Browse files
use npm instead
1 parent 9bf57a1 commit 692b0a2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@ node_js:
55
- "6"
66

77
cache:
8-
yarn: true
8+
directories:
9+
- node_modules
910

1011
branches:
1112
only:
1213
# skip master branch when it's under development phase
1314
# - master
1415
- develop
1516

16-
before_install:
17-
- curl -o- -L https://yarnpkg.com/install.sh | bash -s
18-
- export PATH="$HOME/.yarn/bin:$PATH"
17+
#before_install:
18+
# - curl -o- -L https://yarnpkg.com/install.sh | bash -s
19+
# - export PATH="$HOME/.yarn/bin:$PATH"
1920

20-
install: yarn --frozen-lockfile
21+
#install: yarn --frozen-lockfile

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /