Skip to content

Commit

Permalink
use yarn instead of npm on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfeu committed Aug 1, 2019
1 parent 566a933 commit 7447133
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ before_install:
export PATH="/tmp/git-lfs:$PATH"
fi
install:
- npm install
- npm rebuild node-sass
- npm run generate-icons
- yarn
- yarn upgrade node-sass
- yarn generate-icons
before_script:
- git lfs pull
script:
- |
npm run build
npm test
yarn build
yarn test
echo '=== starting travis deploy ==='
ENVS=`env | grep -iE '^(DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS|APPVEYOR_|CSC_|_TOKEN|_KEY|AWS_|STRIP|BUILD_)([A-Z]|_)*=' | sed -n '/^[^\t]/s/=.*//p' | sed '/^$/d' | sed 's/^/-e /g' | tr '\n' ' '`
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
Expand Down

0 comments on commit 7447133

Please sign in to comment.