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

Appearance settings

Commit 82c7b87

Browse filesBrowse files
avocadowastakenleebyron
authored andcommitted
Setup yarn. (#1100)
* Setup `yarn`. * Turn on `yarn` cache in `.travis.yml`.
1 parent e254b8c commit 82c7b87
Copy full SHA for 82c7b87

File tree

Expand file treeCollapse file tree

3 files changed

+6410
-0
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+6410
-0
lines changed

‎.gitignore

Copy file name to clipboardExpand all lines: .gitignore
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
node_modules
33
old
44
npm-debug.log
5+
yarn-error.log
56
.DS_Store
67
*~
78
*.swp

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ sudo: false
22
language: node_js
33
node_js: 7
44

5+
cache: yarn
6+
57
env:
68
global:
79
- CXX=g++-4.9

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.