Skip to content

Commit

Permalink
(- ci fix) Allow npm to 'save' installations
Browse files Browse the repository at this point in the history
  • Loading branch information
ELLIOTTCABLE committed Mar 9, 2019
1 parent 7792436 commit 49ac997
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 @@ -37,13 +37,13 @@ install:
# `postinstall` script of the one we installed above.
- |
if [ -n "$BS_PLATFORM" ]; then
npm install --no-save "bs-platform@$BS_PLATFORM"
npm install "bs-platform@$BS_PLATFORM"
else
npm rebuild bs-platform
fi
# Finally, we ‘install’ our own local `ppx-sedlex` version.
- npm install --ignore-scripts --no-save ./ppx-sedlex
- npm install ./ppx-sedlex

script: npm run $TASK

Expand Down

0 comments on commit 49ac997

Please sign in to comment.