[Pkg-javascript-commits] [less.js] 263/285: Move to an account called less, add back in videos for now, add matrix to readme

Jonas Smedegaard dr at jones.dk
Mon Oct 26 23:24:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag v2.0.0
in repository less.js.

commit 7cab6dac264fc165359017766398b19f1b6fc04a
Author: Luke Page <luke.a.page at gmail.com>
Date:   Sun Nov 2 18:00:46 2014 +0000

    Move to an account called less, add back in videos for now, add matrix to readme
---
 .travis.yml  | 5 +++--
 Gruntfile.js | 5 +++--
 README.md    | 3 ++-
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c501678..8092449 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ install:
   - npm install -g grunt-cli
   - npm install
 env:
+env:
   global:
-    - secure: GMHRG8YvrBgr6vncdWvGyF19T/mdfP2QX/mpZJ2gDVPG96C2sFc0K1I30ifFP4g6+E6PY2xiYrk4NeUD2II6vZeXx0pjyMAF/3AvTgczMNqyG+M+/rA2GM5+Bc/4MKJ4l1P3YTVnHL513oLssucHVwAgNomE27wFHBjaAtecBXc=
-    - secure: C08G23B8DZxmOi2KDuyipxrT/WZwDYK+U7l3z66DNdZRi0qNimqvDjUHGN3n+Ceu6Pu1shbOVUacC2FQslgM2mx/fNJYnQkA1xM5sJxRXYst9SOT6rIDq30l+/nwbVEisNeqeYYgKle4Z027XEHBAzrplkzvt8xqX1r550T/XYA=
\ No newline at end of file
+    - secure: TrNVruWYaUK5ALga1y7wRY+MLjWJECUSCsBmKW5EUmIevOUxqHWu7M89FANKxstEeFRRAGH3QJbloRxnzIgh0U0ah5npE9XA1bYXGO5khoXeIyk7pNRfjIo8aEnJH1Vp8vWA6J6ovxdJ7lCFKEGvGKxGde50knVl7KFVVULlX2U=
+    - secure: Rzh+CEI7YRvvVkOruPE8Z0dkU0s13V6b6cpqbN72vxbJl/Jm5PUZkjTFJdkWJrW3ErhCKX6EC7XdGvrclqEA9WAqKzrecqCJYqTnw4MwqiAj6F9wqE/BqhoWg4xPxm0MK/7eJMvLCgjNpe+gc1CaeFJZkLSNWn6nOFke+vVlf9Q=
diff --git a/Gruntfile.js b/Gruntfile.js
index ec9ffa8..11eb1ea 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -276,7 +276,7 @@ module.exports = function (grunt) {
                         platform: 'Windows 8.1'
                     }],
                     sauceConfig: {
-                        'record-video': false, 'record-screenshots': false, 'idle-timeout': 100, 'max-duration': 480,
+                        /*'record-video': false, 'record-screenshots': false,*/ 'idle-timeout': 100, 'max-duration': 120,
                         build: process.env.TRAVIS_JOB_ID,
                         tags: [process.env.TRAVIS_BUILD_NUMBER, process.env.TRAVIS_PULL_REQUEST, process.env.TRAVIS_BRANCH]
                     },
@@ -366,7 +366,8 @@ module.exports = function (grunt) {
     ];
 
     if (isNaN(Number(process.env.TRAVIS_PULL_REQUEST, 10)) &&
-        Number(process.env.TRAVIS_NODE_VERSION) === 0.11) {
+        Number(process.env.TRAVIS_NODE_VERSION) === 0.11 &&
+        process.env.TRAVIS_BRANCH === "master") {
         testTasks.push("sauce-after-setup");
     }
 
diff --git a/README.md b/README.md
index 1d4b0c7..876293b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
-[![NPM version](https://badge.fury.io/js/less.svg)](http://badge.fury.io/js/less) [![Build Status](https://travis-ci.org/less/less.js.svg?branch=master)](https://travis-ci.org/less/less.js)  
+[![NPM version](https://badge.fury.io/js/less.svg)](http://badge.fury.io/js/less) [![Build Status](https://travis-ci.org/less/less.js.svg?branch=master)](https://travis-ci.org/less/less.js)
 [![Dependencies](https://david-dm.org/less/less.js.svg)](https://david-dm.org/less/less.js) [![devDependency Status](https://david-dm.org/less/less.js/dev-status.svg)](https://david-dm.org/less/less.js#info=devDependencies) [![optionalDependency Status](https://david-dm.org/less/less.js/optional-status.svg)](https://david-dm.org/less/less.js#info=optionalDependencies)
+[![Sauce Test Status](https://saucelabs.com/browser-matrix/less.svg)](https://saucelabs.com/u/less)
 
 # [Less.js](http://lesscss.org)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git



More information about the Pkg-javascript-commits mailing list