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

Commit

Permalink
setup npm registry as default
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed Aug 30, 2017
1 parent 6a3d93d commit 3bd5d4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- yarn config set registry "https://registry.npmjs.org"
- yarn global add greenkeeper-lockfile@1
- yarn global add codeclimate-test-reporter
before_script:
Expand Down

0 comments on commit 3bd5d4d

Please sign in to comment.