Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Prune old npm sync code
Browse files Browse the repository at this point in the history
Obsolete with #4438.
  • Loading branch information
chadwhitacre committed May 17, 2017
1 parent c3c200d commit 12c26db
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ before_install:
- sudo apt-get update
- sudo apt-get install postgresql-9.6

# Sometimes ya just halfta ...
- git clone -b "2.1.0" --depth 1 https://github.com/lloyd/yajl.git && cd yajl && ./configure && sudo make install && cd ..

- npm install marky-markdown

# For ttw tests
Expand All @@ -39,10 +36,8 @@ install:
- if [ "${TRAVIS_BRANCH}" = "master" -a "${TRAVIS_PULL_REQUEST}" = "false" ]; then rm -rf env; fi
- touch requirements.txt package.json
- make env -j2
- env/bin/pip install --upgrade ijson==2.3.0
before_script:
- echo "DATABASE_URL=dbname=gratipay" | tee -a tests/local.env local.env
- echo "REQUIRE_YAJL=true" | tee -a tests/local.env local.env
- psql -U postgres -c 'CREATE DATABASE "gratipay";'
- if [ "${TRAVIS_BRANCH}" = "master" -a "${TRAVIS_PULL_REQUEST}" = "false" ]; then rm -rfv tests/py/fixtures; fi
script: LD_LIBRARY_PATH=/usr/local/lib xvfb-run make bgrun test doc -j2
Expand Down
33 changes: 0 additions & 33 deletions bin/sync-npm.sh

This file was deleted.

3 changes: 0 additions & 3 deletions defaults.env
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,3 @@ PROJECT_REVIEW_USERNAME=
PROJECT_REVIEW_TOKEN=

RAISE_SIGNIN_NOTIFICATIONS=no

# speeds up npm syncing; should be true on production and Travis
REQUIRE_YAJL=false
1 change: 0 additions & 1 deletion gratipay/wireup.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ def env():
PROJECT_REVIEW_USERNAME = unicode,
PROJECT_REVIEW_TOKEN = unicode,
RAISE_SIGNIN_NOTIFICATIONS = is_yesish,
REQUIRE_YAJL = is_yesish,
GUNICORN_OPTS = unicode,
)

Expand Down

0 comments on commit 12c26db

Please sign in to comment.