Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Revert Travis config back to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinansfield committed Jan 26, 2017
1 parent 238c94b commit e939e8b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ branches:
- /^greenkeeper-.+$/

cache:
yarn: true
directories:
- node_modules

Expand All @@ -26,14 +25,16 @@ addons:
packages:
- google-chrome-stable

before_install:
- npm config --global set spin false
- npm install -g npm@^2

install:
- npm i -g yarn
- yarn global add bower
- yarn
- npm install -g bower
- npm install
- bower install

before_script:
- yarn add --force node-sass # temporary, workaround for https://github.com/yarnpkg/yarn/issues/1981
- export DISPLAY=:99; sh -e /etc/init.d/xvfb start; sleep 3;

script:
Expand Down

0 comments on commit e939e8b

Please sign in to comment.