-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(*): swithing from npm to yarn (#21)
- Loading branch information
Showing
4 changed files
with
6,510 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,13 @@ addons: | |
- ubuntu-toolchain-r-test | ||
packages: | ||
- g++-4.8 | ||
before_install: | ||
- echo "Updating npm (need at least v3), because of the following problem - https://github.com/npm/npm/issues/11088" | ||
- npm update -g | ||
- npm --version | ||
- time npm i -g [email protected] --cache-min 999999999 | ||
install: | ||
- time yarn | ||
before_script: | ||
- npm run build-prod-all-owner | ||
- npm run build-travis | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.