forked from angular/angular.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dependencies): USE YARN (and node 6)
- Loading branch information
1 parent
d1e4f57
commit 05c3336
Showing
23 changed files
with
6,849 additions
and
26,612 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 |
---|---|---|
@@ -1,2 +1 @@ | ||
4 | ||
|
||
6 |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
language: node_js | ||
sudo: false | ||
node_js: | ||
- '4.4' | ||
- '6' | ||
|
||
cache: | ||
directories: | ||
|
@@ -36,19 +36,12 @@ addons: | |
packages: | ||
- g++-4.8 | ||
|
||
install: | ||
# Check the size of caches | ||
- du -sh ./node_modules ./bower_components/ ./docs/bower_components/ || true | ||
# - npm config set registry http://23.251.144.68 | ||
# Disable the spinner, it looks bad on Travis | ||
- npm config set spin false | ||
# Log HTTP requests | ||
- npm config set loglevel http | ||
#- npm install -g [email protected] | ||
# Install npm dependencies and ensure that npm cache is not stale | ||
- npm install | ||
before_install: | ||
- curl -o- -L https://raw.githubusercontent.com/yarnpkg/yarn/2a0afc73210c7a82082585283e518eeb88ca19ae/scripts/install-latest.sh | bash -s -- --version 0.17.9 | ||
- export PATH=$HOME/.yarn/bin:$PATH | ||
|
||
before_script: | ||
- du -sh ./node_modules ./bower_components/ ./docs/bower_components/ || true | ||
- ./scripts/travis/before_build.sh | ||
|
||
script: | ||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
|
||
grunt minify | ||
node_modules/.bin/grunt minify | ||
gzip -c < build/angular.min.js > build/angular.min.js.gzip | ||
ls -l build/angular.min.* |
Oops, something went wrong.