From cf3381323b3d201a6d2b0adc79ea27317d399618 Mon Sep 17 00:00:00 2001 From: Ian Bicking Date: Wed, 22 Mar 2017 13:46:51 -0500 Subject: [PATCH] Fix #2355, turn off Travis and remove references --- .travis.yml | 36 ------------------------------------ README.md | 1 - server/src/server.js | 2 +- 3 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b316077595..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,36 +0,0 @@ -sudo: false -language: node_js -node_js: - - "6" - -cache: - bundler: true - directories: - - node_modules - -addons: - firefox: "latest-dev" - -notifications: - irc: - channels: - - "irc.mozilla.org#pageshot" - on_success: change - template: - - "%{message}: %{repository}#%{build_number} (%{branch} - %{commit} : %{author}) %{build_url}" - -before_install: - - "export DISPLAY=:99.0" - - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16 -extension RANDR" - -install: - - pip install --user virtualenv - -before_script: - - export JPM_FIREFOX_BINARY=`which firefox` - - firefox -v - - echo $JPM_FIREFOX_BINARY - - make all - -script: - - cd $TRAVIS_BUILD_DIR && pwd && ls && npm run test diff --git a/README.md b/README.md index c09b5bac5a..2f7c56550c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ ## Firefox Screenshots [![CircleCI Build Status](https://circleci.com/gh/mozilla-services/pageshot.svg?style=shield)](https://circleci.com/gh/mozilla-services/pageshot) -[![Build Status](https://travis-ci.org/mozilla-services/pageshot.svg)](https://travis-ci.org/mozilla-services/pageshot) [![Available on Test Pilot](https://img.shields.io/badge/available_on-Test_Pilot-0996F8.svg)](https://testpilot.firefox.com/experiments/page-shot) This is a prototype for a product to create better ways of sharing and saving content, starting with screenshots. (This project used to include general page freezing; this functionality has been forked off into [pagearchive](https://github.com/ianb/pagearchive).) diff --git a/server/src/server.js b/server/src/server.js index 27a398b03a..13b64e34ab 100644 --- a/server/src/server.js +++ b/server/src/server.js @@ -863,7 +863,7 @@ app.get("/contribute.json", function (req, res) { repository: { url: "https://github.com/mozilla-services/screenshots/", license: "MPL2", - tests: "https://travis-ci.org/mozilla-services/pageshot" + tests: "https://circleci.com/gh/mozilla-services/screenshots" }, participate: { home: "https://github.com/mozilla-services/screenshots/",