Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
ryb73 committed May 19, 2019
1 parent 661ba3c commit ba39394
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ node_js:
install:
- yarn
- npm i bs-platform --no-save
script:
- ls node_modules
- ls node_modules/.bin
script:
- yarn build-ppx
- yarn build-lib
- npm test
- ls node_modules
- ls node_modules/.bin
- yarn test
- mv ppx/_esy/default/build/default/.ppx/ppx_decco/ppx.exe ppx/ppx-$TRAVIS_OS_NAME.exe
deploy:
provider: releases
Expand Down

0 comments on commit ba39394

Please sign in to comment.