Skip to content

Commit

Permalink
fix(travis): fix npm install for now while we check why yarn install …
Browse files Browse the repository at this point in the history
…gives AoT errors (#506)
  • Loading branch information
emoralesb05 authored Apr 12, 2017
1 parent c66285a commit dc56437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_script:
- sh -e /etc/init.d/xvfb start
install:
- npm i process-nextick-args util-deprecate buffer-shims
- yarn install
- npm install
- npm rebuild node-sass # Workaround for https://github.com/yarnpkg/yarn/issues/1981
script:
- npm run lint
Expand Down

0 comments on commit dc56437

Please sign in to comment.