Skip to content

Commit

Permalink
Merge pull request #614 from scottnath/hotfix/remove-yarn
Browse files Browse the repository at this point in the history
🐛 remove yarn
  • Loading branch information
Snugug authored Dec 12, 2016
2 parents f106192 + 38e0b26 commit d376959
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8,273 deletions.
18 changes: 1 addition & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,12 @@ sudo: true
cache:
directories:
- node_modules
- $HOME/.yarn-cache
services:
- postgresql

#########################
## Install Yarn
##
## From https://yarnpkg.com/en/docs/install-ci#travis-tab
#########################
before_install:
# Repo for Yarn
- sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
- sudo apt-get update -qq
- sudo apt-get install -y -qq yarn

install: yarn

before_script:
- psql -c 'create database travis_ci_test;' -U postgres

script: yarn test
- npm prune

after_success:
- npm run coverage
Expand Down
Loading

0 comments on commit d376959

Please sign in to comment.