From dc0553d4be2e2174710d48d20caf1ff81995a5e7 Mon Sep 17 00:00:00 2001 From: jos Date: Sat, 2 Jun 2018 11:49:20 +0200 Subject: [PATCH 1/3] Update img url in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cf50ebf6..4b4762ecc 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ To run the tests on remotely on BrowserStack, first set the environment variable npm run test:browserstack -[![Travis CI](https://raw.github.com/josdejong/mathjs/develop/misc/Travis-CI-logo.png)](https://travis-ci.org/)     +[![Travis CI](https://raw.github.com/josdejong/mathjs/master/misc/Travis-CI-logo.png)](https://travis-ci.org/)     [![BrowserStack](https://raw.github.com/josdejong/mathjs/master/misc/browserstack.png)](https://www.browserstack.com) Thanks Travis CI and BrowserStack for the generous free hosting of this open source project! From 4bd39cab6a319da0fb455067967a5c2d503dfdc9 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sat, 2 Jun 2018 22:26:24 +0200 Subject: [PATCH 2/3] chore: cache node_modules --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 74ddd3044..edb9aa6a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,3 +17,7 @@ jobs: node_js: 8 script: 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run test:browserstack; else true; fi' env: NAME=browserstack + +cache: + directories: + - node_modules \ No newline at end of file From d3d5b7a725895cbd6ec7867c6e69d895bb41b6c3 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sat, 2 Jun 2018 22:27:13 +0200 Subject: [PATCH 3/3] chore: clone last 5 commits --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 74ddd3044..bcb265a3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,3 +17,6 @@ jobs: node_js: 8 script: 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run test:browserstack; else true; fi' env: NAME=browserstack + +git: + depth: 5 \ No newline at end of file