Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deepali-arvind authored Feb 10, 2021
1 parent 332bfff commit 3f8808c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ before_script:


script:
- gulp test --max_old_space_size=10222
- gulp test --max_old_space_size=12222
#- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sonar-scanner ; fi
- cd src/styles/ && sh sasstocss.sh
- cd ../../ && pwd && gulp build --max_old_space_size=10222
- cd ../../ && pwd && gulp build --max_old_space_size=12222
- cd dist && npm pack
- mv amexio-ng-extensions-*.tgz amexio-ng-extensions.tgz

Expand Down

0 comments on commit 3f8808c

Please sign in to comment.