-
-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #643 from johnnyreilly/master
v3.0 changes
- Loading branch information
Showing
245 changed files
with
31,665 additions
and
37,624 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 |
---|---|---|
|
@@ -8,10 +8,9 @@ node_js: | |
- "8" | ||
sudo: false | ||
install: | ||
- npm install npm -g | ||
- npm install | ||
- npm run build | ||
- npm install $TYPESCRIPT | ||
- yarn install | ||
- yarn build | ||
- yarn add $TYPESCRIPT | ||
env: | ||
- [email protected] | ||
- TYPESCRIPT=typescript@next | ||
|
@@ -20,5 +19,3 @@ env: | |
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,15 +10,13 @@ environment: | |
- TYPESCRIPT: [email protected] | ||
- TYPESCRIPT: [email protected] | ||
- TYPESCRIPT: [email protected] | ||
- TYPESCRIPT: [email protected] | ||
- TYPESCRIPT: [email protected] | ||
install: | ||
- ps: Install-Product node $env:nodejs_version | ||
- npm install | ||
- npm run build | ||
- npm install %TYPESCRIPT% | ||
- yarn install | ||
- yarn build | ||
- yarn add %TYPESCRIPT% | ||
test_script: | ||
- node --version | ||
- npm --version | ||
- npm test | ||
- yarn --version | ||
- yarn test | ||
build: off |
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.