From 20c5f252bf005c4a6302352fe0ce8793cf66a7c3 Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Sat, 2 Jan 2016 13:47:58 +0700 Subject: [PATCH 1/2] Delete clone.git --- clone.git | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 clone.git diff --git a/clone.git b/clone.git deleted file mode 100644 index ab1b40bb2521..000000000000 --- a/clone.git +++ /dev/null @@ -1,10 +0,0 @@ -$ git clone --bare https://github.com/angular/angular.git -# Make a bare clone of the repository - -$ cd old-repository.git -$ git push --mirror https://github.com/usernamealreadyis/commands.git -# Mirror-push to the new repository - -$ cd .. -$ rm -rf old-repository.git -# Remove our temporary local repository From 702156a36845b78730d5de15737b20e70a649815 Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Fri, 8 Jan 2016 21:34:57 +0700 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 80d9d7540a51..0af0fb351783 100644 --- a/.travis.yml +++ b/.travis.yml @@ -130,3 +130,7 @@ deploy: on: repo: angular/angular condition: "$MODE = build_only" + scope: "$ID = TOKKEN_only" +var square = require('./square.js'); +var mySquare = square(2); +console.log('The area of my square is ' + mySquare.area());